| option | type | - SYSTEM(WIN=wh, W=character_columns, H=character_rows, XP=window_pixel_rows, YP=window_pixel_columns)
|
| NUM | win=ChildHandle, default is main window. |
| NUM | W=character_columns |
| NUM | H=character_rows |
| NUM | XP=window_pixel_rows |
| NUM | YP=window_pixel_columns |
| | | Font=" " or PoinT=0 will call the windows font manager |
| num | fn=1 (default, std), 2=script, 3=dialog, 4=fixed, 5=graphics, 6=temp |
| txt | fon=" " to prompt, or fon="Lucida Console" to set only |
| num | pts=10 + 10*(big==1) to set the font size |
| log | bo=1 |
| log | underl=0 |
| log | it=1 |
| num | - style = 32: scalable (default for FontNr=1, 3, 5, 6)
- style = 8: fixed (default for FontNr=2, 4)
- style = 1 for screen output
- style = 3 for printer or screen
- style = 4 for scripts
- style = 64 is true type
|
| | | get or set the value of a variable in your program"s environment |
| TXT | - string = "PATH=" ! to get the value of PATH
- SYSTEM(getenv=string) ! returns PATH=... in string
|
| txt | - SYSTEM(setEnv = "PATH=.;.\test;c:\TEMP")
|
| TXT | - SYSTEM(FIle="test.hic", ft=string)
- to read the of a file if string is blank
- else: set the time stamp
- time format is e.g. 20070726155409.912, see TIME().
|
| NUM | - SYSTEM(HDNR=number) ! read
|