F$STRING()

From VSI OpenVMS Wiki
Revision as of 10:53, 28 November 2019 by Jane.doe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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"