|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WildcardsDim whatever As String = ("%%%%%%%%%%%%%%%%%%%%%%%")
OR Dim whatever As String = * Does not work Show quoteHide quote "Daniel N" <DeezN***@yahoo.com> wrote in message news:hcdBg.2580$uw5.1897@fe08.lga... > How do I set a string as a wildcard? > > Dim whatever as string = ? > look at regular expressions
http://support.microsoft.com/kb/301264/ Show quoteHide quote "Daniel N" <DeezN***@yahoo.com> wrote in message news:hcdBg.2580$uw5.1897@fe08.lga... > How do I set a string as a wildcard? > > Dim whatever as string = ? > Daniel N wrote:
> How do I set a string as a wildcard? Daniel...> > Dim whatever as string = ? Can you be a little more concise about what it is your trying to accomplish? What do you mean "set a string as a wildcard"? What context are you using this? -- Tom Shelton [MVP] "Daniel N" <DeezN***@yahoo.com> schrieb: Check out regular expressions ('System.Text.RegularExpressions.Regex') and > How do I set a string as a wildcard? > > Dim whatever as string = ? VB's 'Like' operator. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> I wanted the string to encompass every possible string.
I am using a function that requires a string, and I want to use a wildcard so the function accepts every string possible. Show quoteHide quote "Daniel N" <DeezN***@yahoo.com> wrote in message news:hcdBg.2580$uw5.1897@fe08.lga... > How do I set a string as a wildcard? > > Dim whatever as string = ? > "Nathaniel" <DeezN***@yahoo.com> schrieb: Sorry, I am not sure what exactly you want to archieve. A variable of type >I wanted the string to encompass every possible string. > I am using a function that requires a string, and I want to use a wildcard > so the function accepts every string possible. 'String' can accept any string. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Remoting - Some methods hang on certain setups.
VS 2005 form designer major problem Public definitions in module - VS 2005 Dll basic question ThreadPool and DeadLock problems Assign a value to groupbox from a radiobutton contained in groupbo Writing a blank line under an if statement Random Overwriting a file pass my.application object |
|||||||||||||||||||||||