home *** CD-ROM | disk | FTP | other *** search
- REM MS Quick Basic / MS Basic
- REM ufba043.bas - generic example
- REM
- REM standard includ3e file
- '$INCLUDE: 'UFBA04.INC'
- REM include file for <testfmt>
- '$INCLUDE: 'testfmt.INC'
- REM initialize mouse
- CALLS MOUSEON
- REM function identifier
- FKZ% = 2
- REM cursor position
- SM% = 0
- REM shadow attribute
- RET% = 112
- REM format name
- FMT$ = "testfmt "
- REM format layout
- '$INCLUDE: 'testfmt.PRO'
- REM call UNIF
- CALLS UNIF(FKZ%, FMT$, fld0$, RET%, SM%, Daten$)
- REM hide mouse
- CALLS MOUSEOFF
- END
-