> I have seen the following code, specifially an object or
> reference will be surrounded with square brackets and can not
> find any documentation to explain the syntax for the usage. Can
> someone tell me the reasoning behind this?
Kevin,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbls7/html/vblr
fVBSpec2_2.asp
or
http://tinyurl.com/44oub

Signature
Hope this helps.
Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
kevininstructor@state.or.us - 10 Jan 2005 19:03 GMT
Thanks Chris!!! and the example tells all.
> > I have seen the following code, specifially an object or
> > reference will be surrounded with square brackets and can not
> > find any documentation to explain the syntax for the usage. Can
> > someone tell me the reasoning behind this?
>
> Kevin,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbls7/html/vblr
fVBSpec2_2.asp
> or
>
> http://tinyurl.com/44oub
Reserved keywords have to be escaped with brackets.
Greg
>I have seen the following code, specifially an object or reference will be
> surrounded with square brackets and can not find any documentation to
[quoted text clipped - 29 lines]
> End If
> End Function
kevininstructor@state.or.us - 10 Jan 2005 19:04 GMT
Thanks Greg, as Chris also pointed out. I wasn't sure why someone would code
that way I guess was the main reason for asking, this makes things clearer.
> Reserved keywords have to be escaped with brackets.
>
[quoted text clipped - 33 lines]
> > End If
> > End Function
Greg Burns - 10 Jan 2005 19:40 GMT
Sorry, missed Chris' post. Very concise.
Peter Merwood started a strange thread last month on a simliar subject that
you may want to take a look:
http://tinyurl.com/5e3mt
Greg
> Thanks Greg, as Chris also pointed out. I wasn't sure why someone would
> code
[quoted text clipped - 41 lines]
>> > End If
>> > End Function