Hello instig8r,
Friday, January 30, 2004, 9:28:40 PM, you wrote:
i> Can someone show me a way to append text to a Win32::GUI::Label or
i> Win32::GUI::TextField object?
i> Right now, doing a:
$first = "First Line";
$second = "Second Line";
$Lable->Text($first);
$Lable->Text($first$second);
___
Can someone show me a way to append text to a Win32::GUI::Label or
Win32::GUI::TextField object?
Right now, doing a:
$Lable->Text("First Line");
$Lable->Text("Second Line");
results in only one line being displayed: "Second Line". Can I get text
appended instead of overwritten in a label or te