Awesome! I'm voting to have that language construct in VB 10:
---
ForEach X in Y
...
HcaeRof
---On Sep 1, 8:51 pm, Peter Smith <[email protected]> wrote: > Sure > Tables = AllTables(database) > ForEach table in Tables > ForEach field in table > update table set field = replace(field, ‘bug’, ‘’); > HcaeRof > HcaeRof > > 'database' is now de-'bug'ged.
