atod
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description The atod function converts the specified string to a DOUBLE value. This function provides a means of working around the intermediate float bug.
Arguments and Return Values If the input is a TEXT array, then each line of the TEXT array is converted and an array of 1xNx1 values is returned.
Usage Syntax: atod(object = STRING)
Examples dv> k="98" "98" dv> j=atod(k) 98.0000 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 02-26-2008 |