O$5 - $loadcols - loading list values without 'Set Current List'

EurOmnis 2015 info at omnisworld.org
Thu Mar 12 16:24:52 EDT 2015


I didn't know that…

perhaps at EurOmnis 2015 then. :)


 
Mike Matthews, Finance Manager, OmnisWorld.org

Organisers of EurOmnis Conferences
phone: +44(0)7973 306790 | web: omnisworld.org | email: info at omnisworld,org

>  
> 
> Also keep in mind performance if that is important to you. I cover this in my notation session at EurOmnis but...
> 
> Calculate variable as iList.column_name 
> 	is one of the slowest forms of accessing a list column
> Calculate variable as iList.Cn 
> 	where n is the column number is faster, but you need to know the column number
> Do iList.$loadcols(,,,field)
> 	is fastest, but again you need to know the column position (the example accesses the 4th column in the list)
>  




More information about the omnisdev-en mailing list