Open jamshark70 opened 5 years ago
/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)";.
/fmp2 = "\ins(, "*", {Pdefn('numToInsert')}, 0.5)";
https://github.com/jamshark70/ddwChucklib-livecode/blob/master/preprocessor.scd#L219-L221
Hard to fix. For now, workaround =
/fmp2 = "\ins(, "*", {Pdefn('numToInsert')}, 0.5)";
.