Hey there,
Is there a way to check in a speedscript if JSON is supported (CGI env vars etc ...) ?
The aim is to call JSON as much as possible and to have a fallback if Progress version is prior to 10.2B.
I suppose it depends on the definition of "easy". It's maybe not a trivial comparison, but you can parse out the proversion output and make it work for you. Compare the part before the decimal to 10, then compare the digit(s) after the period to 2, compare the string after that to "B", etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.