                       WDBasic
                       =======
from Ing. Wolfgang Draxler                       @2009/2010

WDBasic is a little Basic-Interpreter for OS/2 and Windows.

Syntax: WDBasic [Options]

Parameters / Options
====================

  -H ... Show this help
  -L ... Load a Basic-Program (e.g.: -L=example.bas)
  -R ... Run a Basic-Program (e.g.: -R=example.bas)
  -G ... Turn ON/OFF the Logging (e.g.: -G=ON)
  -S ... Silent Mode

Basic-Commands and Functions:
=============================

Look Homepage:
  German:  http://www.wdsibyl.org/index.php?module=Wiki&func=view&tag=WDBasicOnlineHelpEng
  English: http://www.wdsibyl.org/index.php?module=Wiki&func=view&tag=WDBasicOnlineHelpDeu


Versions:
==========

Version 0.9:
.) Correction from the Version 0.8.
.) Statement-Ext: bye (You can give a Returnvalue).
.) Statement: Const.
.) Faster and better Source for find variables.
.) Statement: ClearAll.
.) A pipe for OS/2 (Pipename: WDBASIC_CMD).
.) Better source for the Help.
.) Correction of the Function "abs".
.) The length of the variablennames is greater 1.

Version 0.8:
.) Correction from the Version 0.7
.) Better and faster TextScanner
.) Command "Print" can write with the Shortkey "?"
.) Better and faster Screenoutput

Version 0.7:
.) Correction from the Version 0.6
.) Better and faster Textscanner
.) New parameter "-S" (Silent Mode)
.) New Functions
     File: FileCopy, FileMove, FileDelete, SaveBin, LoadBin, 
     Text: scrClear, scrColor, scrCurPos, scrCurPosX, scrCurPosY

Version 0.6:
.) Fist public version.



