
04-16-2008, 01:40 AM
|
|
Incubator
|
 |
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
|
|
|
I no longer use that method for making objects, I have a public function in System instead:
var = System.INIFile(<objectname>, <filename>);
It's kinda like Python. If the filename isn't null then it does load(<filename>) automatically before returning. |
|
|
|