mndthegap1
Technical User
I am trying to create a smart icon in notes 6 for a user, which when pushed will insert their business info. they do not want it on every email this is how they wanted it.
what i did was :
BusinessCard ="@NewLine + "________________"
+
@NewLine + "usersname" +
@NewLine + " users position" +
@NewLine + "users phone number" +
@NewLine + "users fax number" +
@Command([EditInsertText];BusinessCard)
But when i try to save it, it says operation expected or semi colon expected
what am i missing..
what i did was :
BusinessCard ="@NewLine + "________________"
+
@NewLine + "usersname" +
@NewLine + " users position" +
@NewLine + "users phone number" +
@NewLine + "users fax number" +
@Command([EditInsertText];BusinessCard)
But when i try to save it, it says operation expected or semi colon expected
what am i missing..