• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: xcode inserting ^S, how to stop?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: Programming
  • Next by Date: Re: Xcode gives error on link, but no clue what caused it
  • Previous by thread: Re: Programming
  • Next by thread: Installing Xcode 1.2 on separate partition?
  • Index(es):
    • Date
    • Thread