F$STRING(): Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Created page with "'''F$STRING()''' is a lexical function that converts integers to strings. =Syntax= F$STRING(integer to convert) =Example= <nowiki> $ number = 1 $ stri..."
(No difference)

Revision as of 08:20, 5 April 2019

F$STRING() is a lexical function that converts integers to strings.

Syntax

F$STRING(integer to convert)

Example

$ number = 1
$ string = f$string(number)
$ show symbol string
   STRING = "1"