The function stringToWml()
returns the result of a string expression after converting any special characters, such as such as <
, >
, &
and $
into their appropriate WML encoding sequences. For more information see Encoding Expression Results.
stringToWml(<operation>);
This example shows that although the automatic encoding of <ISPRINT>has been disabled by setting encoding to off, you can encode the result of an expression by explicit use of the function stringToWml()
.
<ISPRINT value = "#stringToWml('<<$')#" encoding = "off"> // returned string: "<<$$"