| View previous topic :: View next topic |
| Author |
Message |
harry Contributor


Joined: 01 May 2003 Posts: 61
|
Posted: Tue Mar 04, 2008 1:11 am Post subject: how to #define ? |
|
|
well i thought i'd try out vds5 again, i downloaded it a while ago
and am having trouble with vds extensions
how do you set it up ?
i guess it would start with :
EXTERNAL VDSUG.DLL
#define command, ug savefile
but i get errors what am i doing wrong ?
thanks _________________ most computer errors happen between the keyboard and the chair |
|
| Back to top |
|
 |
Aslan Valued Contributor


Joined: 31 May 2001 Posts: 589 Location: Memphis, TN USA
|
Posted: Tue Mar 04, 2008 3:00 am Post subject: |
|
|
You only need to define the command itself
"savefile" is a parameter to the command
| Code: | REM UG SAVEFILE, [list handle], [filename]
UG SAVEFILE, @winexists(~List1), %%filename
|
|
|
| Back to top |
|
 |
harry Contributor


Joined: 01 May 2003 Posts: 61
|
Posted: Tue Mar 04, 2008 4:29 pm Post subject: |
|
|
Thank you Aslan _________________ most computer errors happen between the keyboard and the chair |
|
| Back to top |
|
 |
|