slang-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Making a Array ....


PERFECT !!!!!

mnoble@xxxxxxxxxxxxx wrote:
I need a way to create a String array that can be extended.

Try something like this:

    variable string_arr = String_Type[0];

    ...

    string_arr = [ string_arr, new_string ];

Best,
Mike

Thanks ...

--
Ben Duncan - Business Network Solutions, Inc. 336 Elton Road Jackson MS, 39212
"Never attribute to malice, that which can be adequately explained by stupidity"
       - Hanlon's Razor



[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]