Before v2225 was out I was working on new functions for admins. But now I tried the new (exec) functions with v2225, but didn't work anymore.
I tried some things with a test function (in an AdminIni class) and I think this is the problem:
When I have a 'exec function' with a float-type argument, all arguments after the float-type argument won't work (they will not be filled) like this:
exec function Test(string aWorking, float bWorking, string cNotWorking)
{
}
Can anyone help me with this problem?



Reply With Quote


Bookmarks