home *** CD-ROM | disk | FTP | other *** search
- on CreateListOfOptions v1
- global listOfSelectedReviews, categoryType
- set categoryType to v1
- set the member of sprite 46 to member (v1 && "pic")
- set nLines to the number of lines in field (v1 && "list")
- set listOfSelectedReviews to []
- repeat with l = 2 to nLines
- set nameOfProduct to line l of field (v1 && "list")
- add(listOfSelectedReviews, nameOfProduct)
- end repeat
- end
-