Παρασκευή 3 Απριλίου 2020

Revision 18, Version 9.9

This revision has a new manual in Greek language, a newer dat file for Help, plus some fixes. Also there are some new programs in info.gsb (a file with many modules - programs in M2000). One of them is the MAKEHELP which read Help2000.mdb and make the dat file. There are two manuals, one in English language M2000paper.pdf and the other in Greek language GreekManual.pdf. These manuals are not equivalent. The Greek one is bigger and have pictures and have all programs with identifiers from Greek vocabulary. Also there is a module in info, EXPORTHELPNEW which we can export the help file (~270 pages for Greek language and another ~270 pages for English language, about 574 topics each).
Now M2000language.exe, the installation file, is bigger (about 12.5MB).from the previous one (3.5MB).

After installation, tun the M2000.exe file and write these statements:
Dir appdir$
Load info
The info file load, run, display information and programming the function keys. A list of function keys displayed. F3 return to the first page.
Press F1 to save the info file to the user directory, and automatic the current directory return toy User.

You can open explorer the user directory with a simple statement:
Win Dir$
Statement Win (Windows means) is like the start of Windows. If we pass argument a file (with path) the file open in default application for its type.
For virtual keyboard give the statement: Keyboard !
you can change the size of displayed letters: Press F2 which open the info module and find the first FORM statement. You can erase the ! symbol which leave a bigger border (for save view from TV). Press Esc to exit from editor and press F3 to run it again. (also press F1 to save the changes toy User directory)

To open application directory use the statement Win appdir$
Symbol ? is the same as Print. so for calculations use ? 2+4, 5*3
The operators ** and ^ are for power. Use Help operators to see the embedded help
Use Help All to see all the topics in English, and use BΟΗΘΕΙΑ ΟΛΑ for the same in Greek language.

See the DEMO1 module, press F5 to run it (or type DEMO1 to run it), is GUI program with a rotated  3D wire object, which use threads, one for computing new position and another for displaying.

CS is an editor written in M2000 for C#, with syntax color and menu with compile and run command. (You can choose 3.5 or 4 Net, or any other).

Have fun

George Karras




Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου

You can feel free to write any suggestion, or idea on the subject.