hey all, dont know exactly how to describe this but Im gonna try. visualize a spreadsheet. Say 10 rows by 10 columns for simplicity. And I only want to grab the columns 3,4,7,9 from each row, what would be the easiest way to pass a var telling me which columns to grab?
When I coded in VB (long ago) I would pass 0101010101 etc.. which would tell me 0=no ( dont grab col ), if 1 then yes ( grab col ). Is there a better way? the rows and cols will always be different, never the same amount of cols or rows. Could be 2x10 or 25x100... who knows... thanks for your time... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

