Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Rexx x2C

/* Main program */ 
say X2C("465 6c 6f") 
say X2C("37 73")

Rexx x2d

/* Main program */ 
say X2D("0E") 
say X2D("725") 
say X2D("F725") 
say X2D("FF725") 

Rexx Xrange

/* Main program */ 
say XRANGE("a","d") 
say XRANGE("i","k")

Rexx Userid

/* Main program */ 
say USERID()

Rexx Time

/* Main program */ 
say TIME() 
say TIME("C") 
say TIME("H")

Rexx Form Function

/* Main program */ 
say FORM() 

Rexx Errortext

/* Main program */ 
say ERRORTEXT(16)

Rexx Digits function

/* Main program */ 
say DIGITS()

Rexx Date function

/* Main program */ 
say DATE() 
say DATE("B") 
say DATE("D") 
say DATE("E")

Rexx Datatype

/* Main program */ 
say DATATYPE(" 12345 ") 
say DATATYPE("") 
say DATATYPE("12345*") 
say DATATYPE("123.4","N") 
say DATATYPE("123.4","W")

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.