Message("Progbuild Test Run", "This option displays a list box of groups. %@crlf% Select a group and its icon information will be displayed. %@crlf% Select an icon title and the syntax will be returned.")
Call("progman.wil", "Progbuild 'joan'")
Display(4,"Dump of Progbuild from group:%grptitle%", joan)
delay(2)
;Clipput(joan) ;;Put the string into the clipboard using ClipPut.
;;;
;;;To break the syntax into pieces use the following code.
joan=StrReplace(joan,'"','') ;;replace quotes with null-string.
icondesc= ItemExtract( 1, joan, ",") ;;extract each of the items.