I recently had to do some changes in some Delphi code. Therefore, I have some basics questions:
- HowGenerally, how do I output to the console?
- 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.