#63596 By timb - Tue Mar 11, 2003 5:50 pm - Tue Mar 11, 2003 5:50 pm #63596 probably had a character you have to espace in it. the java escape character is \ Educate thyself
#63601 By Stephen. - Tue Mar 11, 2003 5:52 pm - Tue Mar 11, 2003 5:52 pm #63601 How do you mean? Give me an example (I told you I don't know code ) http://www.stephenshort.os9.co.uk
#63602 By Sidders - Tue Mar 11, 2003 5:54 pm - Tue Mar 11, 2003 5:54 pm #63602 If you put a certain character in the code it ignores the following text because it thinks you're adding a comment.
#63635 By timb - Tue Mar 11, 2003 9:23 pm - Tue Mar 11, 2003 9:23 pm #63635 specifically you cannot have a " or \ character within the text. if you want them you must use a \ first so " becomes \" and \ becomes \\ if you want a tab you use \t and a new line \n Educate thyself
#63706 By Stephen. - Wed Mar 12, 2003 10:16 am - Wed Mar 12, 2003 10:16 am #63706 Ah right cheers, that's a great help thanks http://www.stephenshort.os9.co.uk