Database.saveIntArray


saveIntArray(name, array)

Preserves a named array of integers in this database LUSAS will not examine the integers, or use them in any way, but it will preserve them in the mdl file for later retreival using loadIntArray

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

Back to Database

Back to Overview