| T O P I C R E V I E W |
| Ralph Stuebner |
Posted - 11/20/2000 : 11:30:33 AM Hey,
is there any how long a lab talk script can be? I am programming a script for the import and visualization of ascii data. The basic version works very well, but now when I add one more line to the script, Origin crashes. The script contains 6478 characters in 393 lines (with comments). Is it that the script is to long or did I program some nonsense
Thanks Ralph
|
| 1 L A T E S T R E P L I E S (Newest First) |
| cpyang |
Posted - 11/20/2000 : 1:56:53 PM You should put your scripts into ogs files and break them up into sections. If you have very large body inside if-else, or for loop, that could lead to script size limitation.
|
|
|