GetFile()
30-Apr-94 17:23:45
Sb: #40790-GetFile()
Fm: Larry Shanahan 71652,1714
To: Anthony Ramirez 70275,1027
Anthony:
Your syntax for the GetFile() call is a little off. That "Cancel" is
where the pubscreen name should be. This should fix it:
result = getfile(150,100,"DDR:",,"Choose PAR Anim","DDR")
I don't know what you intended the "Cancel" for. Also notice that you
don't have to use the null string ("") for the filename argument, just
putting the comma will suffice.
Stay cool B-)
-Larry