DeanConsulting
Programmer
Hi,
I cannot remember the answer to this and I have not had the time to really take a deep look, so, I thought I would ask the board and see what I get back..
Is there a way to return a UDT from a function?
Ex.
Function GetData() as custType
cust.name = "john doe"
cust.acct = "123456"
cust.bal = "$245.00"
GetData = cust
End Function
Thanks in advance and God Bless..
nb
---------------------------------------
Noble D. Bell
I cannot remember the answer to this and I have not had the time to really take a deep look, so, I thought I would ask the board and see what I get back..
Is there a way to return a UDT from a function?
Ex.
Function GetData() as custType
cust.name = "john doe"
cust.acct = "123456"
cust.bal = "$245.00"
GetData = cust
End Function
Thanks in advance and God Bless..
nb
---------------------------------------
Noble D. Bell