Detecting Capital Version
  • jamesc323
    Posts:21
    Joined:Thu Jul 22, 2010 9:43 pm
    Detecting Capital Version

    by jamesc323 » Tue Jan 10, 2012 1:59 pm

    Hi Wil,

    Is there a function in Capital scripting which will allow the detecting of whether the user is running version 7 or 8?
    I discovered recently some of the legacy script running in version 7 requires slight modification to run in version 8, but currently the company is running version 7 & 8 concurrently.

    Thanks
    James
  • COBS Tech Support
    Posts:683
    Joined:Fri Sep 09, 2005 8:23 am

    by COBS Tech Support » Tue Jan 10, 2012 6:49 pm

    Yes, do this:

    Code: Select all

    If Version(3) = 8
       Echo("V8 is running")
    Endif


    For additional information consult the help topic: Version()

Who is online

Users browsing this forum: No registered users and 5 guests