For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > April 2005 > newbie again









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author newbie again
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
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com