Skip to main content

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

  1. HowGenerally, how do I output to the console?
  2. How do I output to the console with fx, that is a string variable?

I started using OutputDebugStringOutputDebugString, but I couldn't get it working with a variable.

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

  1. How do I output to the console?
  2. How do I output to the console with fx, a string variable?

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

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

  1. Generally, how do I output to the console?
  2. How do I output to the console with fx that is a string variable?

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

Copy edited.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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

  1. How do iI output to the console?
  2. How do iI output to the console with fx, a string variable?

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

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.

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

  1. How do I output to the console?
  2. How do I output to the console with fx, a string variable?

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

descriptive title question
Link
Rob Kennedy
  • 163.7k
  • 23
  • 288
  • 481

Delphi basic questions How do I use OutputDebugString to print a message that's in a string variable?

formatting
Source Link
Tony
  • 10.4k
  • 3
  • 51
  • 78
Loading
Source Link
user328146
user328146
Loading