Contents
Display Legacy Contents

 Print
    Decode      
This Function returns a <string>, which is the Value with all the numeric values, who are between "<" and ">", converted to the corresponding char.

Parameters

Value <string>
  String to decode.

     
Example 1
  Example 2
Decode("K<97>l<105>p<115>o")

Result = Kalipso
  Decode("Kal<0>pso")

Result = Kal

     
  • If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".

See also
Samples

 
Updated: 11/30/2017 11:10 AM