Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
writing a string to standard out
#6
Function outd
Code:
Copy      Help
;/
function ~text

;Outputs string that can be captured with dbgview.exe.
;You can find dbgview on the Internet.

;EXAMPLES
;outd "some text"
;outd 5
;outd 5.55
;int x(3) y(30)
;outd F"{x} {y}"
;outd _s.format("%i %i" x y)


if(empty(text)) text=" "
OutputDebugStringW @text


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)