Wednesday, January 19, 2011

InTouch Script Character Limitation

The script in InTouch, is limited to about 30000 characters including spaces. If this limit is exceeded, there will be an error message "Exceeded Expression Buffer". How to resolve this limitation?

     * Create a Quickfunction.
     * Create another script that linked one another. Example: at the end of the first script, add a "trigger" in the form of tagname. Suppose tag_x = 1; then make a second script (condition script), with condition tag_x == 1, condition type: On True. The contents of the script, went on an earlier script. Do not forget at the end of the second script, reset tag_x value back to zero.

No comments:

Post a Comment