Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A generator passthrough argument cannot contain backslashes #10

Open
jamshark70 opened this issue Jan 20, 2019 · 0 comments
Open

A generator passthrough argument cannot contain backslashes #10

jamshark70 opened this issue Jan 20, 2019 · 0 comments
Labels

Comments

@jamshark70
Copy link
Owner

/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)";.

@jamshark70 jamshark70 added the bug label Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant