Skip to content
Prev 279107 / 398503 Next

Problem subsetting: undefined columns

?try

If you know that you might have a problem with undefined columns, or whatever, then trap the error with 'try' so your program can recover.  You could also validate the data that you are going to use before entering the loop; standard defensive programming - errors are always going to happen, so guard against them.

Sent from my iPad
On Dec 2, 2011, at 2:20, Aur?lien PHILIPPOT <aurelien.philippot at gmail.com> wrote: