Code: Select all
EnableExplicit
Structure Test
Test$
Other.i
EndStructure
Global t.test
t\Test$ = "meow"
t\Other = 42
OpenWindow(0, 0, 0, 400, 300, "Test")
ShowVariableViewer()
Repeat : Until WaitWindowEvent(1) = #PB_Event_CloseWindow
Edit: okay...the variable viewer just is super unfriendly to keyboard users. I have to left double click to do this...
As someone without a mouse attached to my PC, this is incredibly difficult. Is it possible to have pressing enter do this too?