Hi,
Let's say I have a subtag which throws an error. if I am writing the contents of my tag using SETVAR:clientInfo, if it completes without error, I get clientInfo as an ASSOC, but if it throws an error, it comes back with a string like * TAGNAME :some error message *
Is there a good way to detect errors when the data type could be either String (if an error) or Assoc (if not)?
Thanks in advance
-Hugh Ferguson