| View previous topic :: View next topic |
| Author |
Message |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Tue Jan 20, 2004 10:09 pm Post subject: Estringlisterror |
|
|
I am getting a message that VDS has caused an exception of the class EStringListError and it makes me shut down the IDE. I can't compile my script or run it via the IDE. It happens in both 5.0 and 5.1.
I have turned my computer off and back on.
Has anyone else experienced this? _________________ Joe Floyd |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Tue Jan 20, 2004 10:21 pm Post subject: |
|
|
Could it have something to do with too many variables? I added some lines with more variables when it happened. I have now REMarked them out, and the problem is not occurring.
Is there a way to find out how many variables I have in my script other than counting? (It's a long script.) _________________ Joe Floyd |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Jan 20, 2004 10:36 pm Post subject: |
|
|
| jwfv wrote: | | Is there a way to find out how many variables I have in my script other than counting? (It's a long script.) |
VDS 4.xx I know had a Variable Counter distributed as part of the
"compliment package"... I hope this package soon comes out for VDS 5.
You might try serching around here, there might be a variable counter
in the archives or something.
Sorry I can't help anymore.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Wed Jan 21, 2004 2:41 am Post subject: |
|
|
That looks like just what I will need. I'll test it later - thanks for the link.
I thought I remembered a variable counter at some point in an earlier version, but I never needed it then. _________________ Joe Floyd |
|
| Back to top |
|
 |
jwfv Valued Contributor

Joined: 19 Mar 2002 Posts: 422 Location: Beaufort, SC
|
Posted: Wed Jan 21, 2004 2:55 am Post subject: |
|
|
Yes, I had too many user-defined variables and that caused that strange exception. I guess I was too loosey-goosey with my temporary variables. I'd better rein that in a little ...
Thanks for pointing me to the code. _________________ Joe Floyd |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Jan 21, 2004 7:45 am Post subject: |
|
|
If the script compiles, there is a count of variables in the compiler messages. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
|