s is string = gImage("Blog.gif") + "Test" + gStoredValue("3")
ListAdd(LIST_List1, s)
IF gToText(s) = "Test" THEN
Info("Test")
END
Syntax
<Result> = gToText(<String to process>)
<Result>: Character string
Character string with the graphic elements.
<String to process>: Character string
Character string containing (or not) graphic elements (gStoredValue, gImage, gRectangle, ....If the string contains no graphic element, <Result> will be the string to process.