Difference between revisions of "83Plus:Software:usb8x/BASIC Interface/Version"

From WikiTI
Jump to: navigation, search
(No difference)

Revision as of 14:39, 16 July 2006

Synopsis

Name: Version

Function Number: 6

Minimum usb8x version: 0.10

Gets the usb8x version.

Inputs

None

Outputs

  • 1: Error code
  • 2: Major version
  • 3: Minor version

Notes

The version command is only available on usb8x version 0.10 or higher. On earlier versions an Argument Error will be generated if you attempt to call Version or any other entry point that isn't present. On versions 0.10 and higher, non-existant entry points return an EPIndex error in the output list instead.

Examples

Display usb8x version:

{6
ExecLib
Disp Ans(2)+.01Ans(3