DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Display VBS variables in Diadem 9.0 Report

Is it possible to display a vbs variable in Diadem Report?

VBS:
Dim Test
Test="Something"

Report:
@Test@

does not work.

Another problem is to display class properties like

@@myclass.property@@

which also wont work.

Thanks for any suggestions

Axel Manz
0 Kudos
Message 1 of 2
(3,178 Views)
HI Axel

Sorry, it is not possible to imbed a VBScript variable on a layout. The scope of the script variables is to the script itself.

You can however assign DIAdem variables such as R1,T1 ect.

Don't forget VAS variable, these to can also be imbedded on a layout.

Regarding accessing class properties on a layout, this is not possible. The @@ is for calling functions that are registered as a user command.

Hope this helps

Tom Ferraro
DIAdem Product Manager
512-683-6841
0 Kudos
Message 2 of 2
(3,178 Views)