RE: createObject with Custom constructor

2005-08-11 Thread Ian Skinner
This I think works. variables.randomAccessFile = createObject(java, java.io.RandomAccessFile); variables.randomAccessFile.init(variables.file,r); At least when I forgot the r access type in the init function call I got an error something like Could not find Constructor with the combination of

SOLVED : RE: createObject with Custom constructor

2005-08-11 Thread David Manriquez Farias
Thanks , It Works. -Mensaje original- De: Ian Skinner [mailto:[EMAIL PROTECTED] Enviado el: Thursday, August 11, 2005 11:46 AM Para: CF-Talk Asunto: RE: createObject with Custom constructor This I think works. variables.randomAccessFile = createObject(java, java.io.RandomAccessFile