Jump to content

Recommended Posts

Posted

Hello folks,

 

short question:

 

is where a delphi funktion or something else to convert a string into a "websave" string? 

 

.. my problem:

 

if i output a string a example          String:=' <h1>TEXT</h1>';

 

i want to see the string .. but i see:  TEXT

 

i want to convert the string into:     String:='<h1>TEXT<h1>';

 

 

ThanX for suggestions

Erich

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...