We have a task to show some SMS\Phone voting graphics. Provider, that recieving and counting sms\calls gives us "not very nicely formatted" text file or even byte stream. It's basically just unformatted stream that I can handle in "normal" vb.net. But for embedded in XPression vb.net i have many questions:
1. Can I use "using" directive (for example using system.io)? Because i really need streamreader or something similiar
2. What kind of usual VB syntaxis I can use and cant use?
3. Can I call another process from vb script in XPression and pass the result of it to Xpression variable?
and so on...
Is there any documentation regarding not only Xpression sdk/api calls, but the scripting itself? Embedded IDE not showing what operators I can use and what I cant.