Code Comments
Programming Forum and web based access to our favorite programming groups.Please, can sameone tell me what means this sintax? szTip As String * 64 Thanks BMartins
Post Follow-up to this message"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..."
Post Follow-up to this message"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
Post Follow-up to this messageThanks 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 > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.