im making a function that should fill in an array of string
ive declared it as such:
and i used it like this:Code:function func (byref reminders() as string)
but the compiler says:Code:dim rem() as string func(rem)
"type mismatch: array or user defined type expected"
what am i doing wrong here?




Reply With Quote