As we all know, we can get these values...
...by doing this...
However, if we're making a library, we're using these also:
It would be nice if we could access those values in the project where we are coding the library. (So, not the project where we are actually using the library.)
The syntax could be something like this:
B4X:
#VersionCode: 1
#VersionName: 1.0.0
...by doing this...
B4X:
Log(Application.VersionCode)
Log(Application.VersionName)
However, if we're making a library, we're using these also:
B4X:
#LibraryAuthor: Señor Coconut
#LibraryName: libMuzak
#LibraryVersion: 1
It would be nice if we could access those values in the project where we are coding the library. (So, not the project where we are actually using the library.)
The syntax could be something like this:
B4X:
Log(Application.LibraryAuthor)
Log(Application.LibraryName)
Log(Application.LibraryVersion)
Last edited: