| View previous topic :: View next topic |
| Author |
Message |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Sun Jul 25, 2004 6:22 am Post subject: [resolved] Delete file after 1 run |
|
|
| lol sorry for all the help topics, i am new the vds i read the help file.. but how do you make it where your program will only run once.. and after the first run it won't run anymore.. i am guessing you make a registry entry it reads by? |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sun Jul 25, 2004 9:22 am Post subject: |
|
|
hi vao,
to run a program once, don't use:
:evloop
wait event
goto @event()
in your code as it makes your code wait for an event such as someone clicks on a button
to run it once just add your code and then have EXIT where you want the program to stop
serge _________________
|
|
| Back to top |
|
 |
Vao Newbie
Joined: 23 Jul 2004 Posts: 18
|
Posted: Sun Jul 25, 2004 10:33 am Post subject: |
|
|
thx  |
|
| Back to top |
|
 |
|