neilkonitzer
Programmer
I know that my problem has got to be something really stupid...
For some reason, all my string methods do not work, even though intellisense picks them up as valid.
For example:
string Test1 = "Test";
string Test2 = Test1.Substring(0,2);
The second line returns an error stating "error: "Test1.SubString' does not exist.
Has anyone encountered this before? This applies to all the standard string methods.
Neil Konitzer
Freisoft
For some reason, all my string methods do not work, even though intellisense picks them up as valid.
For example:
string Test1 = "Test";
string Test2 = Test1.Substring(0,2);
The second line returns an error stating "error: "Test1.SubString' does not exist.
Has anyone encountered this before? This applies to all the standard string methods.
Neil Konitzer
Freisoft