Description
F$STRING() is used to convert a numeric value to a string.
Call Signature
string F$STRING ( double value )
Return Value
string
Returns a string representation of the numeric value.
Argument
double value:
Numeric value to convert to a string.
Remarks
This is the inverse of the F$VALUE() function.
Example
The following loop will run the DIM program on the files named chan1.pix through chan20.pix.
local integer i for i = 1 to 20 file = "chan"+F$STRING(i)+".pix" run dim endfor
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.