Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for VERSIONNUMBER
Message
 
To
16/03/1999 13:51:28
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00198248
Message ID:
00198293
Views:
18
>What is the syntax for pulling the build # of a project into a variable?
>
>I beleived that it was something like:
>> a=myprojectname.versionnumber
>but apparently not. I get "ALIAS MYPROJECTNAME not found."
>
>Ideas???


For vfp 6.0


lcFile = justFname(sys(16,1))
if agetfileversion(laVersion, lcFile) > 0
thisform.lblVersion.caption = 'ver: ' + laVersion[4]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform