Skip to main content
2 of 5
formatting
Tony
  • 10.4k
  • 3
  • 51
  • 78

Delphi basic questions

I recently had to do some changes in some Delphi code. Therefore i have some basics questions:

  1. How do i output to console?
  2. How do i output to console with fx a string variable?

I started using OutputDebugString but i couldn't get it working with a variable.

user328146