Result.all from " Did You Know" by thatbruce

Post your Gambas programming questions here.
Post Reply
User avatar
grayghost4
Regular
Posts: 218
Joined: Wed Dec 05, 2018 5:00 am
Location: Marengo, Illinois usa

Result.all from " Did You Know" by thatbruce

Post by grayghost4 »

thatbruce wrote in Did You Know thread :

Jeva noticed this Result.All(fieildname) thing?

It is really worth a look.

Is there a similar command for all fields in a record ... to substitute for :

   For Each obj In RS.Fields
      sainfo.Add(RS[obj.Name])
   Next 


Result.field() ..... returns a collection ... not a string[]
Post Reply