MGH_FORMAT_INTEGER
Name
MGH_FORMAT_FLOAT
Purpose
This function returns a string representation of an integer
numeric value. It is designed for use in widget applications,
where one wants an editable value, with no extraneous digits, that
can be converted easily back to numeric form.
Calling Sequence
Result = mgh_format_integer(Value)
Positional Parameters
Value (input, numeric, scalar or array)
The value to be formatted.
Return Value
The function returns a string with the same shape as the input.
###########################################################################
Copyright (c) 2013 NIWA:
http://www.niwa.co.nz/
Licensed under the MIT open source license:
http://www.opensource.org/licenses/mit-license.php
###########################################################################
Modification History
Mark Hadfield, 2013-08:
Written.