• 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: Smile changing case/formatting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Smile changing case/formatting


  • Subject: Re: Smile changing case/formatting
  • From: has <email@hidden>
  • Date: Tue, 28 May 2002 17:11:29 +0100

Landis wrote:

>Anyone know why Smile (1.8.4) keeps changing my casing

The case changes will be because Smile has certain variable names already
defined in its own code. When compiling source code, AppleScript checks to
see if any variable names match names already in use, and if they do it
uses the same case as before. This is how identifiers in AS manage to be
case-insensitive while in many other languages they are not, but it can be
a little irritating sometimes when you can't get the casing to come out
exactly as you want it.


> and formatting when using the "non-line breaking return" (don't remember
>what it's
>called)?

You mean the continuation character; aka ASCII 194; aka "Option-L"; aka
"Dreaded scourge of the AS users mailing list" (which is why I can't just
type it here;).


Alas, this is an example of AppleScript's pretty printing overreaching
itself. Sometimes it thinks it knows more about how you want your source
code to appear than you do and rearranges it accordingly.:p

has

--
http://www.barple.connectfree.co.uk/ -- The Little Page of Beta AppleScripts
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Smile changing case/formatting
  • Next by Date: Re: Fastest way to read and set variables from a prefs file?
  • Previous by thread: Smile changing case/formatting
  • Next by thread: Telling a list of apps to activate?
  • Index(es):
    • Date
    • Thread