Forum Discussion

ZooZoo's avatar
ZooZoo
Occasional Contributor
15 years ago

Array Declaration Issue

Script function ReadWholeFile(strPath) {   var FileCon = new Array();     FileCon = new Array (6);   var FileName = aqFile["OpenTextFile"](strPath, aqFile["faRead"...