J
jmls
Guest
for some time I used to use the keyword() function in preprocessor &IF statements to check if certain features were present while compiling. However, I tried to use this today for checking for Json Object support. Much to my initial surprise, all the json support "keywords" came back as ? , even under 11 Thinking about it, I realised that these aren't keywords. They are new progress classes (much like AppError) and don;t show on the keyword() hit list Does this mean that keyword is actually becoming useless and should be marked as deprecated ? If more and more language features are being implemented as classes then the keyword function becomes less and less relative I know that I could use the proversion function in the preprocessor, but I didn't want to have to remember which version of progress a particular feature was implemented while I'm at it, is there a quick way of checking at compile time using preprocessors if the running version is 10.2B ?
Continue reading...
Continue reading...