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

Michael Noble mnoble at space.mit.edu
Sun Jun 24 10:59:28 EDT 2007


> 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


More information about the slang-users-l mailing list