A question to this topic, since I'm not that god working with Types(yet).
As netsurfer said:
"He declares the ParaIO type, then writes a function called ParaIO and dims para as ParaIO in the args for that function."
Is it possible to declare a variable of of a type for the first time as an argument??
What kind of input to that function should I then send?
If my question doesn't make sence look here:
type TypeHello
strHello as string
intNumber as integer
end type
myFunction(word as string, Type as TypeHello)as String
private sub form_load
dim Help as string
help=myFunction("Hello World",54) 'is this correct?? second arg should be of TypeHello right!
end sub
Doesn't I have to declare a variable of the type TypeHello to send as an argument??
I laid sleepless (in Seatle, sorry) my bed all weekend trying to figure out this.
------------------
On Error Goto Bed :0)
[email protected]




).
Reply With Quote