I recently had to do some changes in some Delphi code. Therefore i have some basics questions:
- How do i output to console?
- How do i output to console with
fxa string variable?
I started using OutputDebugString but i couldn't get it working with a variable.