$Lstr C2X: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 35: | Line 35: | ||
<li>[[Fast/Unload User Language Interface]]</li> | <li>[[Fast/Unload User Language Interface]]</li> | ||
<li>[[Media:JoclrNew.pdf|Janus Open Client]]</li> | <li>[[Media:JoclrNew.pdf|Janus Open Client]]</li> | ||
<li>[ | <li>[[Media:JosrvrNew.pdf|Janus Open Server]</li> | ||
<li>[[Janus Sockets]]</li> | <li>[[Janus Sockets]]</li> | ||
<li>[[Janus Web Server]]</li> | <li>[[Janus Web Server]]</li> |
Revision as of 22:34, 19 February 2015
Convert byte string to hexadecimal
Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Lstr_C2X function is the StringToHex function.
This function converts a byte string into its hexadecimal encoding. It is identical to $C2X, except it is longstring capable.
The $Lstr_C2X function accepts one argument and returns a string result which is the hexadecimal encoding of that argument.
The first argument is a longstring.
The returned value is the hexadecimal encoding of the argument string.
Syntax
%coded = $Lstr_C2X(string)
%coded is set to the hexadecimal encoding of string
Usage notes
- $Lstr_X2C is the inverse of $Lstr_C2X.
Example
The following code would print D985844099A494
, which is the hexadecimal representation of the EBCDIC characters "Red rum".
Print $Lstr_C2X('Red rum')
Products authorizing $Lstr_C2X
- Sirius functions
- Fast/Unload User Language Interface
- Janus Open Client
- [[Media:JosrvrNew.pdf|Janus Open Server]
- Janus Sockets
- Janus Web Server
- Japanese functions
- Sir2000 Field Migration Facility