|
Contents | Previous | Next | Subchapters |
The examples in omwin\example, and the
Example Navigator
provides
more in-depth illustrations of a broad range of O-Matrix
capabilities as applied in typical analysis applications.
for i = 1 to 5 begin
print i
end
Then select the Edit | Copy menu item in you web browser.
Then switch to the O-Matrix application,
place the cursor in the
command line
,
and select the Edit | Paste menu item in O-Matrix.
O-Matrix will reply
1
2
3
4
5
in the Command window.