Hi how do i create a final variable string and send in one parameter to it
public static string POISON_PILL = new string("AAA");
when i do this it gives me an error highlighting the 'new string("AAA"); '
error msg: initalizes a new instance of the system.string class to the value indicated by an array of unicode characers.
does anyone have any idea ??
appreciate a reply
thanks