iOS Question Is it possible to find out what version of B4i some code is being run on

JackKirk

Well-Known Member
Licensed User
Longtime User
I'm putting together a code snippet and it would be very handy to know what version of B4i the snippet is being run on.

Is this possible? If so how?

I've done a search through the forums without success.

Thanks in anticipation...
 

JackKirk

Well-Known Member
Licensed User
Longtime User
Can you post the code that you need it for?
Erel,

I am working on a project with Narek Adonts which will be presented as a class in iOS Libraries.

Part of the project will be a simple wrapper on the class to demonstrate its capabilities - using the log.

I wanted to add a log heading if the class was being run on B4i 5.50 to tell anyone looking at the log to click the LH arrow to be taken to the relevant statement.

I can just make it a dumb header "If you are using B4i 5.50..." but the exercise got me wondering if it could be done (i.e. find out the B4i version from code).
 
Upvote 0
Top