str_to_cellarray2

Pushes strings into a cell array with substrings from a string

Syntax

stock Array:str_to_cellarray2( 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 3286 . This documentation was automatically generated from source.