Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OutVar not working in Exe
#1
Hi Gintaras,

I can't say I wasn't warned Big Grin as you were very clear in your documentation that this wouldn't work in exe. I think this must have something to do with the 'Statement' function. But just wondering why it can't be made exe compatible. Is there another way of writing the Statement line or more generally, is there no way of getting out the name of a string and handling it as a string in QM. Thanks S
(also thanks for all the great work with qm 3.5 !!!)
S

Function OutVar
Code:
Copy      Help
;/
function str'variable

;Shows variable name and value in QM output.
;Unavailable in exe.

;EXAMPLE
;str s="test str"
;RECT r; r.bottom=888888
;OutVar s
;OutVar r.bottom



str s
if(Statement(1 0 &s)>=0 and s.beg("OutVar"))
,s.remove(0 7)
,int n = s.len -1
,s.remove(n 1)
,out "%s = %s" s variable
else out variable
#2
QM does not add variable names to exe. I don't see a way to create an OutVar function that would work in exe.
#3
Ok...thanks for checking into it!
S


Forum Jump:


Users browsing this thread: 1 Guest(s)