Ver Mensaje Individual
  #14  
Antiguo 27-04-2007
[egostar] egostar is offline
Registrado
 
Registrado: feb 2006
Posts: 6.557
Reputación: 25
egostar Va camino a la fama
Pues solo basta con ver la ayuda de delphi.

QuotedStr Routine Returns the quoted version of a string.
Unit SysUtils

Syntax

[delphi]

function QuotedStr(const S: string): string;


Description Use QuotedStr to convert the string S to a quoted string. A single quote character (') is inserted at the beginning and end of S, and each single quote character in the string is repeated.

Note:
When working with multi-byte character systems (MBCS), use AnsiQuotedStr instead.


Salud OS.
__________________
"La forma de empezar es dejar de hablar y empezar a hacerlo." - Walt Disney
Responder Con Cita