ug_askExpressionValueAsString

ug_askExpressionValueAsString

Synopsis

Defun: ug_askExpressionValueAsString(
       Any, $expression,
       String, $fmt )
@{...} String;


Description:
Returns the value of an expression as a string in the current Locale
Type        String returned
Boolean     TRUE or FALSE
String      String
Number      Formatted floating point %fmt
Int         Formatted int %fmt
Vector      Vector( %fmt, %fmt, %fmt )
Point       Point( %fmt, %fmt, %fmt )
$fmt is the format for numeric values.
 For example, "%5.5f" for a number/vector/point value or "%7d" for an integer value.

Input Arguments:
expression - Value to get translated string from
fmt - Format specifier for numeric values

Returns:
String- The value of the expression as a string in the current Locale

See Also: