SampleAfinScriptLibrary |
|
AfinScript © AFIN 2016 |
|
|
Start: [F5] or [Ctrl+Q] |
|
<<<
Parameters |
|
Info: 5 columns (A:E = 'COCPI..T') from the #11 row
are reserved for the AfinScript's program. |
|
e.g.
Path = |
C:\AnyPath |
|
|
|
|
e.g.
Database = |
|
|
|
|
|
e.g.
Period = |
|
|
|
|
|
(…) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Class
(Vendor) |
Object |
Command |
Parameters |
Info |
The rest: Comments, calculations, row parameters |
SampleAfinScriptLibrary
commands |
|
|
|
. |
|
. |
|
|
|
. |
|
SampleAfinScriptLibrary
Library |
|
Info |
|
OK, but it stops the program. |
|
. |
|
|
|
. |
|
SampleAfinScriptLibrary
Library |
|
Test |
PasteTo=MySheet1!D5 |
. |
|
SampleAfinScriptLibrary
Library |
|
Test |
|
. |
|
SampleAfinScriptLibrary
Library |
|
Times10 |
Arg1=2; PasteTo=MySheet1!D1 |
. |
|
SampleAfinScriptLibrary
Library |
|
Times10 |
Arg1=3; PasteTo=MySheet1!D2 |
. |
|
SampleAfinScriptLibrary
Library |
|
Times10 |
PasteTo=MySheet1!D3; Arg1=4 |
. |
|
|
|
|
|
|
|