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

rename properties

  • command

  • new in 2.03

  • The rename properties command will rename one or more properties of a property list.

  • Examples: +

     set simplePlist to {a:1, b:2, c:3}
    rename properties {a:"able", b:"bravo"} in simplePlist
    put simplePlist —> {able:1, bravo:2, c:3}
  • Related: add properties, retain properties, replace properties, remove properties, renaming properties