str_to_array

Fills an array with numbers from a string

Syntax

stock str_to_array( const string[], array[], const size ) {

Usage

string The string to look at.
array The array to fill.
size The size of the array.

Return

This function has no return value.

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