Database.saveStrArray


saveStrArray(name, array)

Preserves a named array of strings in this database LUSAS will not examine the strings, or use them in any way, but it will preserve them in the mdl file for later retreival using loadStrArray Note that it is permitted to call saveDblArray with the same name as previously used in saveIntArray or saveDblArray as data of other types is not lost or modified.

namestringunique name for the array
arrayarray of strings The array of strings to save
Return valuenone 

Back to Database

Back to Overview