str_to_cellarray

Pushes cells into a cell array with numbers from a string

Syntax

stock Array:str_to_cellarray( const string[], &Array:array=Invalid_Array ) {

Usage

string The string to look at.
array The cell array to push into. If none provided, it creates one.

Return

Returns — the cell array handle.

Defined in nfvault.inc at line 3263 . This documentation was automatically generated from source.