Equivalent C# String in APL

Using (or providing) Microsoft.NET Classes

Equivalent C# String in APL

Postby PGilbert on Fri Jul 24, 2015 11:14 pm

I am trying to convert the following C# string in APL:

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.
User avatar
PGilbert
 
Posts: 436
Joined: Sun Dec 13, 2009 8:46 pm
Location: Montréal, Québec, Canada

Re: Equivalent C# String in APL

Postby PGilbert on Fri Jul 24, 2015 11:29 pm

Found it ! The equivalent is:

Code: Select all
'Task Dialogs support footers like <a href="http://www.ookii.org">hyperlinks</a>.'
User avatar
PGilbert
 
Posts: 436
Joined: Sun Dec 13, 2009 8:46 pm
Location: Montréal, Québec, Canada


Return to Microsoft.NET

Who is online

Users browsing this forum: No registered users and 1 guest