Greetings - I would like to show the app version that is in the Build Settings in the default window of the app (and in the About … menu response). When I search the Help for “Version” it gives me
Var version As String
version = PropertyValue("App.MajorVersion") + "." + _
PropertyValue("App.MinorVersion") + "." + _
PropertyValue("App.BugVersion") + " (" + _
PropertyValue("App.NonReleaseVersion") + ")"
But a debug run tells me that “Property Value” is unknown. So, I guess that is part of the build script process. How do I get it to show as some run-time text? Or is it not possible?
I did check the forum archive and I mostly get things about the IDE version.
Thanks
Jim Wagner
Oregon Research Electronics