value function fails for multi-line input
Dick Kriesel
dick.kriesel at mail.com
Tue Jun 14 04:35:47 EDT 2005
Each of the following causes the 2.6 engine on Mac OS X 10.4.1 to report
"error executing expression:"
put value( "a" & cr & "b")
put "a" & cr & "b" into c; put value(c)
set the lineDelimiter to "|"; put value("a|b")
In contrast, the following succeeds:
set the lineDelimiter to "_"; put value("a_b")
If you¹d like to add votes, please see BugZilla 2904.
-- Dick
More information about the use-livecode
mailing list