08-05-2014 04:00 PM
Hi there,
When I try to use the code down below aka. to divide the value with '/' I get the full value without the remainder. What should I do if I need the remainder? In most programming languages out there you can use '%' but that doesn't seems to work here?
[Buffer=mybuffer3 Set]
[Value Expression="(100*buffer(mybuffer1))/buffer(mybuffer2)"/]
[/Buffer]
09-05-2014 09:04 AM
Hi Ki6i
You can find below an example of call of a VB script macro from a HTML/code descriptor
08-05-2014 06:40 PM
Not possible with buffers. You have to use a Macro in stead.