atoi

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 14: Line 14:
 
|
 
|
 
|
 
|
[[atof]]
+
*[[atof]]
 
+
*[[atod]]
[[atoi]]
+
 
|
 
|
 
|}}
 
|}}

Revision as of 17:27, 15 February 2006



Description

The atoi function converts the specified string to a INT value.

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

atoi(STRING)

Examples

 dv> k="98"
 "98"

 dv> j=atoi(k)
 98

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-23-2006

Personal tools