Hi all,
Occasionally, when I pass a strinified object to be converted back into its oscript object (in my case, a list), I get the following message.
Unregistered cracker function: s
Afterwards, the object is undefined (as one would expect if the string could not be converted).
Here is a sample string I'm trying to convert:
'{\'Product defect\',\'Wrong item\',\'Product doesn\'t suit needs\',\'Customer changed their mind\'}'
I believe the problem has to do with the apostrophe (which is escaped or at least it was). Can anyone tell me what the rules are to properly escape a string going into Str.StringToValue() to avoid this message?
-Hugh Ferguson
-Hugh