Adding hyperlink using @command functions

Hi Everyone,

I am trying to build a smarticon that will allow me to click on a button and add a preset text with my web conference details. I have been able to build the button that can add all the text, but now I want to include the hyperlink to the web conference at the same time. I have looked at a couple of websites but can not find a command that will add a hyperlink. Can anyone help?

Here is a copy of the code I have been using

@Command([TextBold]);

@Command([TextUnderline]);

@Command([EditInsertText];“Dial In Details”);

@Command([EditInsertText];@NewLine);

@Command( [TextBold]);

@Command([TextUnderline]);

@Command([EditInsertText];“Primary Dial-In: ########”);

@Command([EditInsertText];@NewLine);

@Command([EditInsertText];“Alternative Dial In: ########”);

@Command([EditInsertText];@NewLine);

@Command([EditInsertText];“Passcode: ########”);

@Command([EditInsertText];@NewLine);

@Command([EditInsertText];@NewLine);

@Command([TextBold]);

@Command([TextUnderline]);

@Command([EditInsertText];“Web-Ex Details”);

@Command([EditInsertText];@NewLine);

@Command( [TextBold]);

@Command([TextUnderline]);

@Command([EditInsertText];“Web Address: http://www.test.com”);

@Command([EditInsertText];@NewLine);

Any help will be appreciated.

Thanks

BDS

Subject: Adding hyperlink using @command functions

what you have so far looks good to me. If you are expecting the web address to appear as a hyperlink immediately then that is your problem, it won’t show as a hyperlink while in edit mode. Once you save or send it the hyperlink will work fine.

Subject: RE: Adding hyperlink using @command functions

All rightly then…that was easy. I guess I was thinking I was going to have to create a special hotspot. I always try to make things harder then they really are.

Thank

Subject: I don’t want to sound like a broken record, but this tool may prove a)Easier, b)more useful.

http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/paste-information-application