View Single Post
  #3  
Old 04-16-2008, 01:40 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
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.
__________________
Reply With Quote