... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Office Suite
53
Example
This example creates a balloon that contains three choices
set b to make new balloon at office assistant
tell b
set heading to "This is my heading"
set balloon text to "Select one of these things"
repeat 3 times
make new balloon label at the beginning
end repeat
set label text of balloon label 1 to "Choice One"
set label text of balloon label 2 to "Choice Two"
set label text of balloon label 3 to "Choice Three"
show balloon
end tell
Summary :
Microsoft Office Suite 53 Example This example creates a balloon that contains three choices set b to make new balloon at office assistant tell b set heading to "This is my heading"
Tags :
balloon,label,set,text,quotchoice,repeat,tell,end,new,example,office,make,suite