PDA

View Full Version : [API] passing a parameter



GuyR
2005-05-25, 10:22 PM
Can I pass a parameter to the API class from the ini file?
eg:

ECClassName1=foo.Command("test string")

or

ECClassName1=foo.Command(param1 = 500 )

I'm not sure if it's my code not working or this just can't work with the existing API.

Guy

FK
2005-05-26, 12:05 AM
Probably not, because this makes an object, not a class...

GuyR
2005-05-29, 01:31 AM
Cheers Fedor ,

So not possible. Will have to find another way.

Guy