Hi Ralph,
A useful question. Try this popup button script...
on mouseDown
put format("Smith\nJones\nBrown\nWhite") into tItems
sort tItems # optional
set the text of me to tItems
set the menuLines of me to num of lines of me
end mouseDown
/H
>I'm trying to use a string of User names, ex.
>"Smith, Jones, Brown, White"
>within a handler to populate my button's menu items.
>The number of Users (line items) will vary depending
>on the User group.
>
>Does anyone know the location (URL) of a sample
>script that does this and/or what commands could I use?
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution