Re: xcode inserting ^S, how to stop?
Re: xcode inserting ^S, how to stop?
- Subject: Re: xcode inserting ^S, how to stop?
- From: email@hidden
- Date: Sun, 9 May 2004 20:31:22 EDT
The backslash character (\) followed by a number represented a character
code. Since the character for character code number 23 cannot be displayed, it
is shown as "\23".
This character exists in your source for one reason or another (usually from
direct pasting from the help files of multiple lines, or wherever).
Simply retype the entire line with the error (return before and after), then
delete the line with the error and try again. The character \23 does not
actually appear. (There may be a show invisibles preference in the editor)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.