IonicWind Software

IWBasic => IWB3.x Bug Reports => IW2.0 Bug Reports => Topic started by: Brian on March 21, 2011, 01:18:15 PM

Title: Odd String behaviour
Post by: Brian on March 21, 2011, 01:18:15 PM
Hi,

This works in EBA:
WRITE htm,"<td width=\"50\"><div align=\"right\"><strong>Played</strong></div></td>"

But in IWB2, the word "Played" causes an extra "<" to be output in the string. Change
"Played" to "Pld" and everything is OK

Is Played a reserved word? Wouldn't have thought it would make a difference in a
string, anyway...

Brian