alwaysbusy Expert Licensed User Longtime User Sep 26, 2013 #1 The possiblity to use the Region Attributes as variables in the code. example: B4X: if #ApplicationLabel="Photo Debug" then log("in debugging mode) else log("not in debugging mode) end if
The possiblity to use the Region Attributes as variables in the code. example: B4X: if #ApplicationLabel="Photo Debug" then log("in debugging mode) else log("not in debugging mode) end if
Erel B4X founder Staff member Licensed User Longtime User Sep 26, 2013 #2 You can get the application label with PackageManager.GetApplicationLabel.