A abner69 Member Licensed User Longtime User Sep 20, 2012 #1 Newbee here... I am wanting to problematically pull the apps version text as set in the IDE, but am unable to find how to do it.. Any help would be greatly appreciated!
Newbee here... I am wanting to problematically pull the apps version text as set in the IDE, but am unable to find how to do it.. Any help would be greatly appreciated!
NJDude Expert Licensed User Longtime User Sep 20, 2012 #2 Problematically? I would suggest you keep it simple This is how is done, you need to reference the Phone library: B4X: Dim pm As PackageManager Msgbox(pm.GetVersionName("YOUR_PACKAGE_HERE"), "") Upvote 0
Problematically? I would suggest you keep it simple This is how is done, you need to reference the Phone library: B4X: Dim pm As PackageManager Msgbox(pm.GetVersionName("YOUR_PACKAGE_HERE"), "")
A abner69 Member Licensed User Longtime User Oct 9, 2012 #3 thanks @NJDude it worked like a charm! ...Pablo Upvote 0