Subject TIB_Query.Fields[I].FieldName returns quotes
Author Ed Dressel
This may be a FB question, or an IBO question, I don't know. My
apologies for asking here if it is infact an FB question.

I am migrating from Paradox (BDE) to IBO, and am facing a few small
issues on the way. The one at hand: I used field names that started
with numbers in Pdx, such as '401kInfo' (retirement contributions in
401(k) plans). But when I use 'ibquery.Fields[index].FieldName' the
result includes quotes (viz '"401kInfo"')--which I don't want--I just
want the name without the quotes. Is there anyway to set this up this
way? If not, is there a different way of setting it up, or some
standard convention (e.g. change the '4' to a 'Four').

Thanks
Ed Dressel