Other Question on #VersionCode: 1 or #VersionName: 1.23

little3399

Active Member
Licensed User
Longtime User
HI ,

Is there a simple way to get these information such as #VersionCode: 1 or #VersionName: 1.23

upload_2015-4-9_15-38-44.png

by B4A code ?
 

DonManfred

Expert
Licensed User
Longtime User
but I found that was not same ... !
Then you should create a thread in the B4I forum and ask there. Maybere there is someone who can answer it.

B4X:
#Region  Project Attributes
    #ApplicationLabel: WCSlider
    #Version: 1.0.0
    'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
    #iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
    #iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
#End Region

Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'Public variables can be accessed from all modules.
    Public App As Application

Have you tried to check the methods/properties of "App"?
 
Upvote 0
Top