I'm having no issues with my scripts, except i can't get the P07_GetUpText function to work correctly.
I made this small program to return uptext in the debug box.
The idea is that whatever i manually hover over with my mouse, it should display the uptext in the debug box.Code:program uptext; {$i srl/srl.simba} {$I P07Include.Simba} procedure show; begin writeln(P07_GetUpText); end; begin SetupSRL; SetupP07Include; repeat show; wait(500) until(false) end.
It returns nothing, no matter what I hover over. Any ideas or is anyone else having this problem?
Thanks
EDIT: Hadnt restarted simba since i "installed" the include and fonts.
Now it returns
any ideas?Code:' ' ' ' ' ' ' ' ' ' '


Reply With Quote