Hello, It's not possible to return multiple values in a function. Another way would be to add some kind of separator: Write a function like this. Function getCust(customerNo) return X : X:= name + "|" + address + "|" + etc After that you would have to separate it in your application. Hope this one helps you out. best regards,
↧