メインコンテンツまでスキップ
バージョン:25.2

as

  • Operator

    • as
      • as parameters
      • as text
      • as number
      • as date
      • as time
      • as color
      • as object
      • as list
      • as property list
      • as tree
        • equivalent to calling TreeFromXML() function
      • as data
      • as boolean (useful for XMLRPCFormat) (new in 1.53)
      • as base64 (useful for XMLRPCFormat) (new in 1.53)
      • as integer (useful for XMLRPCFormat) (new in 1.53)
        • These are primarily useful to control how values included as parameters in an XML-RPC message (or when calling the XMLRPCFormat() function) will be treated.
      • as http (new in 1.53)
        • calls the HTTPMessage() function
      • as document tree (new in 1.59)
        • equivalent to calling DocumentTreeFromXML() function
      • as words, as a word (as WORDS, as Words) (new in 1.67)
      • as hexadecimal, as hex (new in 1.67)
      • as <unit> (new in 1.67)
        • Example:

          put 5 ft as in --> 60 inches
  • Keyword

    • repeat with <variable> as <range>
    • repeat with <variable> as each ...
    • copy file ... as ... (?)
    • do ... as AppleScript
  • Function

    • as a positive number, as a negative number (new in 2.05)
    • Related: abs