Difference between revisions of "Convert"

From OpenEUO
Jump to: navigation, search
m (Created page with "''convert implemented, but undocumented'' Convert takes any number of arguments and attempts to convert time into either easyuo id/types (if the argument was a number) or openeu...")
 
m
Line 2: Line 2:
  
 
Convert takes any number of arguments and attempts to convert time into either easyuo id/types (if the argument was a number) or openeuo numbers (if the argument was a string).  The 'sense' of conversion is automatically detected. Will also convert tables of types and strings of types joined with the underscore _ character.  Thanks Boydon and Cheffe for the conversion routines used internally.
 
Convert takes any number of arguments and attempts to convert time into either easyuo id/types (if the argument was a number) or openeuo numbers (if the argument was a string).  The 'sense' of conversion is automatically detected. Will also convert tables of types and strings of types joined with the underscore _ character.  Thanks Boydon and Cheffe for the conversion routines used internally.
 +
 +
== See Also ==
 +
 +
* [http://www.easyuo.com/openeuo/wiki/index.php/Simplelib simplelib]

Revision as of 09:36, 2 November 2010

convert implemented, but undocumented

Convert takes any number of arguments and attempts to convert time into either easyuo id/types (if the argument was a number) or openeuo numbers (if the argument was a string). The 'sense' of conversion is automatically detected. Will also convert tables of types and strings of types joined with the underscore _ character. Thanks Boydon and Cheffe for the conversion routines used internally.

See Also