What script will allow me to add choices to an option or a pulldown button?
Thanks,
David
			
			
									
									
						Adding choice to option button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Adding choice to option button
Hi David,
you can modify -> the text of btn "your button here"
...
put the text of btn "my option" into tContent
put CR & "New option 666" after tContent
set the text of btn "my option" to tContent
...
You get the picture 
 
Best
Klaus
			
			
									
									
						you can modify -> the text of btn "your button here"
...
put the text of btn "my option" into tContent
put CR & "New option 666" after tContent
set the text of btn "my option" to tContent
...
You get the picture
 
 Best
Klaus
Re: Adding choice to option button
Thanks, Klaus!