WriteOutput
Method Signature
WriteOutput(message=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Output the literal string "Hello World"
writeOutput( "Hello World" );
Output the equivalent string as a variable
greeting = "Hello World";
writeOutput( greeting );
Using the encodeFor argument
Additional Examples
Related
Last updated
Was this helpful?
