That's already possible in Igor 6 and 7. For example:
Function email() String msg String subject = "This is the subject" String body = "This is the body." sprintf msg, "mailto:test@example.com?subject=%s&body=%s", subject, body BrowseUrl msg End
String msg
String subject = "This is the subject"
String body = "This is the body."
sprintf msg, "mailto:test@example.com?subject=%s&body=%s", subject, body
BrowseUrl msg
End
May 23, 2016 at 11:55 am - Permalink
http://www.igorexchange.com/node/626
May 23, 2016 at 04:47 pm - Permalink