Hello Mahmoud,
This is very useful feature that used to avoid try/ catch ,
actually i was wondering today if we have such function: ringvm_enablePrint(nstate)
to avoid conditional print in real apps by use logicals:
L_PRINT=0
then check every time we want test output …
instead use this function,e.g:
ringvm_enablePrint(0)
? "No Output"
then before we have output we can use it again to enable print…
best wishes…
Mohannad