R
Raterus
Hi, what is an easy way to send char() arrays as parameters, using option
strict.
For example, I'm using the String's TrimEnd function, which takes in a char
array as a parameter. I'm love to do something like this
myString = myString.TrimEnd(".")
but I like to keep "Option Strict" set, so I'll get a nice warning. Is
there anyway to denote this as a character array, without going through the
mess of having to create a character array for just one character?
Thanks!
--Michael
strict.
For example, I'm using the String's TrimEnd function, which takes in a char
array as a parameter. I'm love to do something like this
myString = myString.TrimEnd(".")
but I like to keep "Option Strict" set, so I'll get a nice warning. Is
there anyway to denote this as a character array, without going through the
mess of having to create a character array for just one character?
Thanks!
--Michael