
GeoB
ASIC
Reference Manual
3. TPS 1100 system and GeoBasic
3-4 TPS1100-Version
1.30
PROGRAM TestExample
'program to test the examples
'
' GeoBASIC test frame
' -------------------
'
The example shows a small program frame for the
'
beginning of a project.
'
(c) Leica AG, CH - Heerbrugg 1999
'-----------------------------------------------------
GLOBAL SUB Install
'
-------
' Description
'
Install it in the program menu.
'
MMI_CreateMenuItem ( "TestExample", "Main",
MMI_MENU_PROGRAMS, "EXAMPLE" )
END Install
'-----------------------------------------------------
SUB Test
'
----
'==============================================
'
INSERT YOUR SAMPLE CODE HERE
'==============================================
END Test
'-----------------------------------------------------
GLOBAL SUB Main
'
----
' Description
'
Small program frame with an empty text dialog.
'
CONST iLines
AS Integer = 5
'display: 5 lines
'
can be used
DIM iButton
AS Integer
'for the button pressed
MMI_CreateTextDialog( iLines, "BASIC",
"EXAMPLE", " No Help ")
Test()
'call the test routine
MMI_GetButton( iButton, TRUE ) 'wait for a key press
MMI_DeleteTextDialog()
END Main
END TestExample
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...