OK, increasing the stack size from
$hwstack = 120
$swstack = 120
$framesize = 200
to
$hwstack = 150
$swstack = 150
$framesize = 230
has absolutely no effect. Additionally, Print Right(ar(3) , 2) where Ar(3) = ""53544152542C322C33" returns "3", instead of "33".
I'm starting to think that there's something wrong with the string - some hidden control or stop character before the last character that the parsing can't get past.
↧