>I VB 6.0 _er_ ByRef standard hvis man ikke eksplicit angiver
>ByRef/ByVal.
Jeg vrøvler - kan endda dokumentere det
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/ht
ml/vastmfunction.asp
> I VB 6.0 findes ikke int eller bool.
Aha
type Optional. Data type of the argument passed to the procedure; may
be Byte, Boolean, Integer, Long, Currency, Single, Double, Decimal (not
currently supported) Date, String (variable length only), Object, Variant,
or a specific object type. If the parameter is not Optional, a user-defined
type may also be specified.
Snipout fra ovenstående link
Jeg referede til den generelle type - ikke det specifikke navn i vb - -
anyway - ByRef og Byval er som I proklamerer.