> Im trying to get this line of code to work:
>
> PDF_Open(sprite 50, the moviepath & getat(gBildspel, gPos))
>
> But i get error messages that implies that director cant find the file. The
>getat(gBildspel, gPos) returns "tjoho" but not "tjoho.pdf" as i has to to work
>correctly. How do I add ".pdf" at the end...??
try this:
PDF_Open(sprite 50, the moviepath & getat(gBildspel, gPos) & ".pdf")
You need to just give the PDF Xtra the full file name by concatenating the ".pdf" onto
the end to complete the file name.
Hope that helps you,
Andy Driscoll
sunzen *
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]