In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
String Expression
String Expression
Hello to all
How can i expess the following literal into string :
<A HREF="http://www.codejock.com">Hyperlink Text</A>
TIA
DIONISIS
How can i expess the following literal into string :
<A HREF="http://www.codejock.com">Hyperlink Text</A>
TIA
DIONISIS
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
String Expression
Dionisis,
cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
Regards
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
>
cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
Regards
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
String Expression
Dionisis,
cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
Regards
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
>
cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
Regards
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
ctest := "<A HREF=" + '"' + "http://www.codejock.com" + '"' + ">Hyperlink
Text</A>"
msgbox( ctest)
// the '"' is a single quote. then a double quote, then a single quote
Ronald
"Dionisis Divaris" <info@sgs-soft.gr> wrote in message
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
Text</A>"
msgbox( ctest)
// the '"' is a single quote. then a double quote, then a single quote
Ronald
"Dionisis Divaris" <info@sgs-soft.gr> wrote in message
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
ctest := "<A HREF=" + '"' + "http://www.codejock.com" + '"' + ">Hyperlink
Text</A>"
msgbox( ctest)
// the '"' is a single quote. then a double quote, then a single quote
Ronald
"Dionisis Divaris" <info@sgs-soft.gr> wrote in message
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
Text</A>"
msgbox( ctest)
// the '"' is a single quote. then a double quote, then a single quote
Ronald
"Dionisis Divaris" <info@sgs-soft.gr> wrote in message
news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hello to all
>
> How can i expess the following literal into string :
>
> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>
> TIA
> DIONISIS
>
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
Hi Ignacio,
What is the E for in cVar := E"<A blabla?
Can I do regular expressions that way?
Ronald
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
> Dionisis,
>
> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>
> Regards
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hello to all
>>
>> How can i expess the following literal into string :
>>
>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>
>> TIA
>> DIONISIS
>>
>>
>
>
What is the E for in cVar := E"<A blabla?
Can I do regular expressions that way?
Ronald
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
> Dionisis,
>
> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>
> Regards
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hello to all
>>
>> How can i expess the following literal into string :
>>
>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>
>> TIA
>> DIONISIS
>>
>>
>
>
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
Hi Ignacio,
What is the E for in cVar := E"<A blabla?
Can I do regular expressions that way?
Ronald
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
> Dionisis,
>
> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>
> Regards
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hello to all
>>
>> How can i expess the following literal into string :
>>
>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>
>> TIA
>> DIONISIS
>>
>>
>
>
What is the E for in cVar := E"<A blabla?
Can I do regular expressions that way?
Ronald
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
> Dionisis,
>
> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>
> Regards
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hello to all
>>
>> How can i expess the following literal into string :
>>
>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>
>> TIA
>> DIONISIS
>>
>>
>
>
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
String Expression
Ron,
Take a look at the file attached.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> What is the E for in cVar := E"<A blabla?
> Can I do regular expressions that way?
>
> Ronald
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>
>> Regards
>>
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Hello to all
>>>
>>> How can i expess the following literal into string :
>>>
>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>
>>> TIA
>>> DIONISIS
>>>
>>>
>>
>>
>
>
>
Attached files xdiff.txt (20.1 KB)Â
Take a look at the file attached.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> What is the E for in cVar := E"<A blabla?
> Can I do regular expressions that way?
>
> Ronald
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>
>> Regards
>>
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Hello to all
>>>
>>> How can i expess the following literal into string :
>>>
>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>
>>> TIA
>>> DIONISIS
>>>
>>>
>>
>>
>
>
>
Attached files xdiff.txt (20.1 KB)Â
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
- ignacio
- Site Admin
- Mensajes: 9447
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
String Expression
Ron,
Take a look at the file attached.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> What is the E for in cVar := E"<A blabla?
> Can I do regular expressions that way?
>
> Ronald
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>
>> Regards
>>
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Hello to all
>>>
>>> How can i expess the following literal into string :
>>>
>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>
>>> TIA
>>> DIONISIS
>>>
>>>
>>
>>
>
>
>
Attached files xdiff.txt (20.1 KB)Â
Take a look at the file attached.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> What is the E for in cVar := E"<A blabla?
> Can I do regular expressions that way?
>
> Ronald
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>
>> Regards
>>
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Hello to all
>>>
>>> How can i expess the following literal into string :
>>>
>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>
>>> TIA
>>> DIONISIS
>>>
>>>
>>
>>
>
>
>
Attached files xdiff.txt (20.1 KB)Â
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
thank you!
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a806f@svctag-j7w3v3j....]4a0a806f@svctag-j7w3v3j....[/email]
> Ron,
>
> Take a look at the file attached.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
> news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> What is the E for in cVar := E"<A blabla?
>> Can I do regular expressions that way?
>>
>> Ronald
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>>
>>> Regards
>>>
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Hello to all
>>>>
>>>> How can i expess the following literal into string :
>>>>
>>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>>
>>>> TIA
>>>> DIONISIS
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
>
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a806f@svctag-j7w3v3j....]4a0a806f@svctag-j7w3v3j....[/email]
> Ron,
>
> Take a look at the file attached.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
> news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> What is the E for in cVar := E"<A blabla?
>> Can I do regular expressions that way?
>>
>> Ronald
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>>
>>> Regards
>>>
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Hello to all
>>>>
>>>> How can i expess the following literal into string :
>>>>
>>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>>
>>>> TIA
>>>> DIONISIS
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
>
-
- Mensajes: 44
- Registrado: Dom Abr 19, 2009 10:01 am
String Expression
thank you!
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a806f@svctag-j7w3v3j....]4a0a806f@svctag-j7w3v3j....[/email]
> Ron,
>
> Take a look at the file attached.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
> news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> What is the E for in cVar := E"<A blabla?
>> Can I do regular expressions that way?
>>
>> Ronald
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>>
>>> Regards
>>>
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Hello to all
>>>>
>>>> How can i expess the following literal into string :
>>>>
>>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>>
>>>> TIA
>>>> DIONISIS
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
>
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:[email=4a0a806f@svctag-j7w3v3j....]4a0a806f@svctag-j7w3v3j....[/email]
> Ron,
>
> Take a look at the file attached.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Ron Broere" <ronbroere@bbkm.nl> escribió en el mensaje
> news:4a0a7ee1$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> What is the E for in cVar := E"<A blabla?
>> Can I do regular expressions that way?
>>
>> Ronald
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:[email=4a0a790e@svctag-j7w3v3j....]4a0a790e@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> cVar := E"<A HREF="http://www.codejock.com">Hyperlink Text</A>"
>>>
>>> Regards
>>>
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribió en el mensaje
>>> news:4a0a7519$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Hello to all
>>>>
>>>> How can i expess the following literal into string :
>>>>
>>>> <A HREF="http://www.codejock.com">Hyperlink Text</A>
>>>>
>>>> TIA
>>>> DIONISIS
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
>
-
- Mensajes: 620
- Registrado: Jue Mar 23, 2006 2:39 am
String Expression
What about this ?:
'<A HREF="http://www.codejock.com">Hyperlink Text</A>'
Works for me.
Regards
Rene Flores
http://www.ciber-tec.com
'<A HREF="http://www.codejock.com">Hyperlink Text</A>'
Works for me.
Regards
Rene Flores
http://www.ciber-tec.com
-
- Mensajes: 620
- Registrado: Jue Mar 23, 2006 2:39 am
String Expression
What about this ?:
'<A HREF="http://www.codejock.com">Hyperlink Text</A>'
Works for me.
Regards
Rene Flores
http://www.ciber-tec.com
'<A HREF="http://www.codejock.com">Hyperlink Text</A>'
Works for me.
Regards
Rene Flores
http://www.ciber-tec.com
String Expression
Ignacio,Rene
Many thanks both answers work perfect. In a few days i hope, i am able to
present a demo with codejock ActiveX Suite Pro and Xailer.
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> wrote in message
news:4a0af76c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> What about this ?:
>
> '<A HREF="http://www.codejock.com">Hyperlink Text</A>'
>
> Works for me.
>
> Regards
>
> Rene Flores
> http://www.ciber-tec.com
Many thanks both answers work perfect. In a few days i hope, i am able to
present a demo with codejock ActiveX Suite Pro and Xailer.
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> wrote in message
news:4a0af76c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> What about this ?:
>
> '<A HREF="http://www.codejock.com">Hyperlink Text</A>'
>
> Works for me.
>
> Regards
>
> Rene Flores
> http://www.ciber-tec.com
String Expression
Ignacio,Rene
Many thanks both answers work perfect. In a few days i hope, i am able to
present a demo with codejock ActiveX Suite Pro and Xailer.
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> wrote in message
news:4a0af76c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> What about this ?:
>
> '<A HREF="http://www.codejock.com">Hyperlink Text</A>'
>
> Works for me.
>
> Regards
>
> Rene Flores
> http://www.ciber-tec.com
Many thanks both answers work perfect. In a few days i hope, i am able to
present a demo with codejock ActiveX Suite Pro and Xailer.
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> wrote in message
news:4a0af76c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>
> What about this ?:
>
> '<A HREF="http://www.codejock.com">Hyperlink Text</A>'
>
> Works for me.
>
> Regards
>
> Rene Flores
> http://www.ciber-tec.com