| Applying science to business management |
  
htmlencode
Format: htmlencode( text )
Arguments: (text) text Input text
Returns: (text) Text with special characters
replaced by HTML codes
Description: Replaces special characters &, <,
>, and " with HTML codes &, <,
>, and ".
Examples: htmlencode("Profit
& Loss") = Profit & Loss
See Also: htmldecode,
escape
|