Quote from lhclin:
About language reference in NeoTicker.
Short Answer:
Just get on with it. Syntax wise we don't deviate from industrial practice. If you are familiar with any programming/formula/scripting language, you can pick it up quickly by reading a few examples.
Functions are product specific. You can learn by example, and function reference is in the help file.
Long Answer:
NeoTicker supports many languages. So there is no single reference for all.
Formula language is home grown. You can find the reference in the help file, and we have a comprehensive tutorial in our blog to teach new users how to use it.
About scripting languages we support:
- VBScript. Microsoft product, the language itself is well documented by Microsoft.
- Delphi Script. Extremely close to Borland Delphi. Any Delphi programmer can pick this up easily. Our support can provide a spec of the differences.
The scripting languages interface with NeoTicker through ActiveX. The help provides detail references on the ActiveX properties and methods.
About "compiled" languages we support:
- VB. Same as VBScript. MS product.
- Delphi. Any Delphi reference will do.
- VC++. Any C++ reference will do.
Similar to scripting languages, the compiled language interface with NeoTicker through ActiveX. The properties and methods are the same.
Louis