Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thanks for setting up a wiki.
#4
With, if it's anything like my understanding c or javascript, should be something like this

type mytype
a as integer
b as integer
c as integer
end type

dim myvar as mytype

with myvar
a = 2
b = 5
c = 7
end with

print myvar.a 'prints 2
print myvar.b 'prints 5
print myvar.c 'prints 7

And the number one priority should be improving those weakly written keyword entries and filling in the t_o_c
Reply


Messages In This Thread
Thanks for setting up a wiki. - by SJ Zero - 05-26-2005, 10:40 PM
Thanks for setting up a wiki. - by keeling - 05-26-2005, 11:41 PM
Thanks for setting up a wiki. - by SJ Zero - 05-27-2005, 12:03 AM
Thanks for setting up a wiki. - by Jofers - 05-27-2005, 01:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)