-
Topic
-
CopyHTMLToClipboard appears not to work with strings containing spaces. It cuts the string at the first space.
Here is my sample code:
sFilename = “C:Program FilesGroupWiseGroupWise.exe”
Utilities.CopyHTMLToClipboard(“<DIV><A href=file://” & sFilename & “>” & sFilename & “</DIV>”)
GroupWise.EditPasteThis will cut the link to “C:Program” …
Any ideas? Help is appeciated.
Stephan
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.