Forum Discussion
karkadil
16 years agoValued Contributor
I commented all GUI-related calls and this example works for me.
Sub test()
Dim failed
failed = LinkParameterPosMM(1234)
Log.Message failed
writeproducol 4142, 8.2, failed
End Sub
This example posts "False" to the test log
Sub test()
Dim failed
failed = LinkParameterPosMM(1234)
Log.Message failed
writeproducol 4142, 8.2, failed
End Sub
This example posts "False" to the test log