Registered: 2003-05-07
Posts: 273
Loc: Sydney, Australia
Dear Ruud et. al.,
I've found another bug in 4.60, please check out the following code:
Code:
Break On
$System=CreateObject("Kixtart.System")
$Form=$System.Form
$txt=$Form.TextBox
$s=$txt.Text
A fatal exception is thrown. If $txt.Text is assigned to something before before it is assigned to $s, no exception is thrown. This may be strangely related to my previous bug report .