OWBasic for Pocketviewer

Home INTRO Group SYSTEM Alphabetical Index

Version set

VERSION const%

Sets fundamental system properties back to an earlier version given by const. On the other hand const is interpreted as "required version": If const is higher then the current version an error arises.

The value const consists of the major version number in the hundreds and the minor version number in the the following two numbers, eg. 110 for the version 1.10.

Meaningful values:


ValueEffects
100Change meaning of the suffixes '#' and '%':'#' - Integer, '%' - Float
<250Conversions ( int, float, string) give no error if argument has this type already


Home INTRO Group SYSTEM Alphabetical Index