$0, $it, "symbol is protected" and find-all
Posted: Tue Jun 29, 2010 1:52 pm
I`m used to join "find-all" and "replace" operators via $it/$0 symbol:
But now, after upgrading to 10.2.8, newLISP says:
"ERR: symbol is protected : $0"
Is here a way to make this construction to work, or I`ll have to change my code somehow to avoid $0/$it symbols?
Code: Select all
(find-all "12" "12345" (replace "1" (copy $0) "N"))
"ERR: symbol is protected : $0"
Is here a way to make this construction to work, or I`ll have to change my code somehow to avoid $0/$it symbols?