|
|
| BMartins 2005-04-28, 3:57 pm |
| Please, can sameone tell me what means this sintax?
szTip As String * 64
Thanks
BMartins
| |
| Bob Butler 2005-04-28, 3:57 pm |
| "BMartins" <beatriz@pred.com.br> wrote in message
news:%23IUDOFATFHA.2124@TK2MSFTNGP14.phx.gbl
> Please, can sameone tell me what means this sintax?
>
> szTip As String * 64
It creates a fixed-length string that is always 64 characters long
This would all be covered in any introductory VB book as well as in the help
files
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
| |
| Al Reid 2005-04-28, 3:57 pm |
| "BMartins" <beatriz@pred.com.br> wrote in message news:%23IUDOFATFHA.2124@TK2MSFTNGP14.phx.gbl...
> Please, can sameone tell me what means this sintax?
>
> szTip As String * 64
>
> Thanks
>
> BMartins
>
>
>
A 64 character fixed length string named szTip.
--
Al Reid
| |
| BMartins 2005-04-28, 3:57 pm |
| Thanks again
"Al Reid" <areidjr@reidDASHhome.com> escreveu na mensagem
news:OxkT5JATFHA.2520@TK2MSFTNGP09.phx.gbl...
> "BMartins" <beatriz@pred.com.br> wrote in message
news:%23IUDOFATFHA.2124@TK2MSFTNGP14.phx.gbl...
>
> A 64 character fixed length string named szTip.
>
> --
> Al Reid
>
>
|
|
|
|