> > ShellExecuteA(WindowHandle, "open","mailto:address ?subject=blah &body=", > "", "",3) >
Try
ShellExecuteA(WindowHandle, "open","mailto:" ^ address ^ " ?subject=blah &body=", "", "", 3)
This is the standard Authorware Syntax for expanding a string with a variable.
Hope this Helps.
Tim Schier
-- The AWARE List http://www.e-media.nl/aware/index.html
Search the Archives http://www.e-media.nl/aware/search.html
Netiquette: - Use descriptive subject fields - Use subject prefixes (A5 , A5Mac , A5Web , KO , UCD , OT)