next up previous contents
Next: Mathematical Intrinsic Functions Up: Intrinsic Procedures Previous: Intrinsic Procedures

 

Type Conversion Functions

It is easy to transform the type of an entity,

All above are intrinsic functions. For example,

    PRINT*, REAL(1), INT(1.7), INT(-0.9999) 
    PRINT*, IACHAR('C'), ACHAR(67)

are equal to

    1.000000 1 0
    67 C

For more information, click here gif


next up previous contents
Next: Mathematical Intrinsic Functions Up: Intrinsic Procedures Previous: Intrinsic Procedures

©University of Liverpool, 1997
Wed May 28 23:37:18 BST 1997
Not for commercial use.