다음과 같이 하면 된다.
display dialog "Line 1
Line 2
Line 3"
(Variable에도 이와 같이 개행문자 넣어줄 수 있다.)
또는,
display dialog "Line 1" & return & "Line 2" & return & "Line 3"
하면 된다.
후자의 방법이 코드를 관리하는 데는 더 깔끔하다.
참고할 것 :
AppleScript 에서 스트링에 return, space, quote 쉽게 넣는 법
레퍼런스 : AppleScript dialog - display multiline text in a dialog
키워드 : 개행문자, lines
검색어 : google > applescript dialog newline
Saturday, March 27, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment