Problem in loading pdf
Posted: Wed Jul 01, 2015 7:03 am
Hi,
I am beginner in live code, I am using Linux os and I want to open a pdf from home. for that I am using the code
The above code is not working because while combing the home path and name of pdf into a variable it's shows that home path and pdf name are appearing in separate lines, how i merge these two line, or is it any alternative method for this problem. 
I am beginner in live code, I am using Linux os and I want to open a pdf from home. for that I am using the code
Code: Select all
put shell("echo $HOME/") into home1
put the fld "Field" into ss
put home1&ss into ass
answer ass
launch document ass
