home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / jun95 / kran19.gif < prev    next >
Graphics Interchange Format  |  1995-11-16  |  9KB  |  551x431  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | number
OCR: ARTICLE.LSL :: #Library1 :: TC_initialize* method TC_initialize() var tableNames String i SmallInt tableNameArray Array[] String endVar tableNames = ":DB :PEOPLE " + ":DB : STAFF " + ":DB :PEOPLE2 " tableNames .breakApart (tableNameArray) error TrapOnWarnings ( Yes) for i from 1 to tableNameArray.size() try tcDyn [ tableNameArray [i ] ] .open (tableNameArray[i]) onFail error Show( ) endTry endFor error TrapOnWarnings ( No) endmethod Edit Line: 13 Col: 1