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


Joined: 19 Oct 2001 Posts: 104
|
Posted: Fri Apr 19, 2002 6:57 pm Post subject: Is the variable counter supposed to crash... |
|
|
When I use the "user defined" variables (%%variable)??
Because mine seems to unless I'm doing something else wrong. |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Mon Apr 22, 2002 7:54 am Post subject: |
|
|
Please clarify a bit more on what the problem is. Immediately with the information you have given, I'd say that you're doing something wrong there which is causing the crash.
But we can't help you with so little information.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
flypaper Contributor


Joined: 19 Oct 2001 Posts: 104
|
Posted: Tue Apr 23, 2002 2:52 pm Post subject: |
|
|
Okay.
When I use variables like %a it works fine, but when I use variables like %%variable the program crashes. |
|
| Back to top |
|
 |
Dave Heck Valued Newbie

Joined: 02 Mar 2002 Posts: 34 Location: Union, CT USA
|
Posted: Sun May 19, 2002 12:51 pm Post subject: Variable Counter - Bug appears to be with Parse Command |
|
|
I'm also having problems with the Variable Counter. When I use a test script using just %a and %b it works fine, but when I use one of my "real" scripts that has 15+ %%Variables I get a Runtime error 19 at line 199.
I've also had it work with a test script using %%Variables, but sometimes it "flashes" like it has worked, but then doesn't display the variable counter window showing the results.
After doing some troubleshooting I've found that it doesn't seem to like the PARSE command with a %%Variable. The script below works fine with the variable counter, but replace the "%T" variable with "%%TEST" in the line with the PARSE command it will throw the Runtime error 19.
I'm not sure who to forwared this bug to...Anyone know ?
Just submitted it as a bug in the Reg Users section of the VDS homepage
%T =
parse "%T",@FILE(c:\autoexec.bat,T)
INFO TEST IS %T _________________ Dave Heck
dheck1961@cox.net
Union, Connecticut USA |
|
| Back to top |
|
 |
|