D
Daniel N
How do I set a string as a wildcard?
Dim whatever as string = ?
Dim whatever as string = ?
Daniel said:How do I set a string as a wildcard?
Dim whatever as string = ?
Daniel N said:How do I set a string as a wildcard?
Dim whatever as string = ?
Nathaniel said: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.