en:software:qview:qview_6:qcl_library:st10atoi

ST10atoi

ST = String functions

The ST10atoi() function takes a string (which represents an integer) as an argument and returns its value of type int. Like atoi() in c language but with source_start to point to a source string position.

ST10atoi(source, source_start, return)

Parameters:

IN/OUTVARIABLE TYPEEXAMPLE NAMEDIM
IN ARRGBL source B
IN GLOBAL/CONST source_start L
IN GLOBAL return L
  • Last modified: 2020/12/29 18:07