Question about char() arrays in parameters
From: Raterus (raterus_at_localhost)
Date: 03/10/04
- Next message: Raterus: "Re: Question about char() arrays in parameters"
- Previous message: Anand Balasubramanian: "Re: serial port and securityexception"
- Next in thread: Raterus: "Re: Question about char() arrays in parameters"
- Reply: Raterus: "Re: Question about char() arrays in parameters"
- Reply: Herfried K. Wagner [MVP]: "Re: Question about char() arrays in parameters"
- Reply: Tom Shelton: "Re: Question about char() arrays in parameters"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 17:07:19 -0500
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
- Next message: Raterus: "Re: Question about char() arrays in parameters"
- Previous message: Anand Balasubramanian: "Re: serial port and securityexception"
- Next in thread: Raterus: "Re: Question about char() arrays in parameters"
- Reply: Raterus: "Re: Question about char() arrays in parameters"
- Reply: Herfried K. Wagner [MVP]: "Re: Question about char() arrays in parameters"
- Reply: Tom Shelton: "Re: Question about char() arrays in parameters"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|