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
