Maptitude GISDK Help

RealToString(), R2S()

Summary

Converts a real number to a string.

 

Syntax

str_value = RealToString(real_value)

 

Argument

Contents

real_value

A real number

 

Returns

A string that indicates the value of real_value.

 

Notes

Example

n = 34.56

ShowMessage("The answer is " + r2s(n))

 

See Also

Function

Summary

Format()

Formats a number

IntToString()

Converts an integer to a string representation of the integer value

RealToInt()

Converts a real number to an integer

Round()

Returns a value rounded to a specified number of decimal places

StringToInt()

Converts a string to an integer value

StringToReal()

Converts a string to a real number

 

 

©2025 Caliper Corporation www.caliper.com