Thanks, Larry ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Tuesday, January 12, 2010 1:13 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Large Spread sheet matrix data
<<
Set var vColName = ('#' + CTXT(.vCol))
Select &vColName into vItemText From SourceTable Where Count = 1
If SQLCODE <> 0 then -- no more columns
Break
Endif
>>
Son of a gun, that's a clever way to do it. Much better than mine.
--
Larry

