Hi Guys,
I want to get an output to a multiline edit box just like printing to the screen using cout command.
What I need to do is to get the int or float variables of an instance of a class and print them to the multiline edit box.
Let's say the class has two float variables like LX=2.0 and LY=1.0.
I need to print these to the edit box in the following format:
LX = 2
LY = 1
Can anybody help me?
Thanks.
I want to get an output to a multiline edit box just like printing to the screen using cout command.
What I need to do is to get the int or float variables of an instance of a class and print them to the multiline edit box.
Let's say the class has two float variables like LX=2.0 and LY=1.0.
I need to print these to the edit box in the following format:
LX = 2
LY = 1
Can anybody help me?
Thanks.