Re: Get text "literally" from a TextBox
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Thu, 3 Jul 2008 09:54:46 +0200
Usually advanced search/replace capabilities are using regular expressions
rather than a VB Like syntax. See for example the search/replace included in
VS (and it allows much more powerfull scenarios)...
--
Patrice
"Freddy Coal" <freddycoal@xxxxxxxxxxxxxxxxxxx> a écrit dans le message de
groupe de discussion : ehZ4frJ3IHA.5024@xxxxxxxxxxxxxxxxxxxxxxx
Hi, I would like make a search and replace in a file, for that I need get
the text in a textbox, but I need recognyze literally characters of the
user like a commands, for example:
The chain of the user is: "Hello world" & chr(64) & vbcrlf
If I capture the textbox, I get: ""Hello world" & chr(64) & vbcrlf"
But I would like get the string: "Hello world@" & vbcrlf
How make that?.
Thanks in advance.
Freddy Coal
.
- Follow-Ups:
- Re: Get text "literally" from a TextBox
- From: Cor Ligthert [MVP]
- Re: Get text "literally" from a TextBox
- References:
- Get text "literally" from a TextBox
- From: Freddy Coal
- Get text "literally" from a TextBox
- Prev by Date: RE: Type 'ConnectionStringData' is not defined.
- Next by Date: Problem with running EXE from a byte() array
- Previous by thread: Get text "literally" from a TextBox
- Next by thread: Re: Get text "literally" from a TextBox
- Index(es):