ddwChucklib-livecode
ddwChucklib-livecode copied to clipboard
A generator passthrough argument cannot contain backslashes
/fmp2 = "\ins(, "*", {Pdefn(\numToInsert)}, 0.5)";
ERROR: Backslash in cl pattern string must introduce a generator
https://github.com/jamshark70/ddwChucklib-livecode/blob/master/preprocessor.scd#L219-L221
Hard to fix. For now, workaround = /fmp2 = "\ins(, "*", {Pdefn('numToInsert')}, 0.5)";.