Content deleted Content added
→Causes of Script error: consolidate |
→Causes of Script error: ditto |
||
Line 16:
:* '''Invalid function name:''' <code>len = string.long(my_str)</code> - The string-length operator is hash mark '#' (as in: <code>#my_str</code>), or use function '<code>string.len(my_str)</code>' but trying to use unknown function '<code>string.long(my_str)</code>' will successfully pass during the pre-compile of edit-save, yet it will hit "Script error" when that portion of the Lua script is executed.
There are many other causes of "
== Saving fall-back stable versions ==
|