Equivalent C# String in APL
2 posts
• Page 1 of 1
Equivalent C# String in APL
I am trying to convert the following C# string in APL:
I have tried the following but it does not work:
Any help welcome.
- Code: Select all
"Task Dialogs support footers like <a href=\"http://www.ookii.org\">hyperlinks</a>."
I have tried the following but it does not work:
- Code: Select all
'Task Dialogs support footers like <a href=\''http://www.ookii.org\''>hyperlinks</a>.'
Any help welcome.
-
PGilbert - Posts: 440
- Joined: Sun Dec 13, 2009 8:46 pm
- Location: Montréal, Québec, Canada
Re: Equivalent C# String in APL
Found it ! The equivalent is:
- Code: Select all
'Task Dialogs support footers like <a href="http://www.ookii.org">hyperlinks</a>.'
-
PGilbert - Posts: 440
- Joined: Sun Dec 13, 2009 8:46 pm
- Location: Montréal, Québec, Canada
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group