3 Sep
2005
3 Sep
'05
4:26 a.m.
I'm trying to check strings for equality but the following doesn't work "abc" => string s; if(s=="abc"){<<<"yes">>>;} -mb