is there simple way to move an entire (arbitrary) record to a blob?

I was hoping for a simple command like:
Record to blob([table];Blob)

rather then
for(records)
  for(number of fields)
    convert to text(field)
    append text to blob  
  end for
  next
end for

---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to