Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SRP editor suggestion
It would be nice when running code in SRP_editor with Ctrl+F9,
you can write to the status window like the TRACE-function in Visual Studio
I found you can read the contents from the view, but you cannot write to it?
* this would be nice...
Or is there another way to do this?
you can write to the status window like the TRACE-function in Visual Studio
I found you can read the contents from the view, but you cannot write to it?
* this would be nice...
prop = get_property("SRP_EDITOR.EDT_STATUS", "ARRAY")
prop<-1> = "database initialisation executed"
call set_property("SRP_EDITOR.EDT_STATUS", "ARRAY", prop)
prop<-1> = "database initialisation executed"
call set_property("SRP_EDITOR.EDT_STATUS", "ARRAY", prop)
Or is there another way to do this?
Comments