A Alessandra Pellegri Active Member Licensed User Longtime User Jul 19, 2019 #1 It would amazing if we had the possibility to create an event like this: Sub LOG_MessageReceived(message as string) if message= "someThing" then ThisVariable=18 if message= "readADC" then Log(ADC_Value) etcetera End SUB Click to expand... It would be possible to use Log window as a sort of very confortable terminal for debugging.
It would amazing if we had the possibility to create an event like this: Sub LOG_MessageReceived(message as string) if message= "someThing" then ThisVariable=18 if message= "readADC" then Log(ADC_Value) etcetera End SUB Click to expand... It would be possible to use Log window as a sort of very confortable terminal for debugging.