on 1/19/03 6:53 AM, Douglas Stemen at dstemen@... wrote: > I am begrudgingly still trying to figure out what language in the > Windows world offers the easiest conversion from an existing 34,000 > line FB program (my client is requiring the conversion). VB.Net still > looks a lot like Real Basic in that it is focused on an OOPS > environment that I really don't want to learn. Object-oriented programming is really not that difficult to learn; I've had to do so to write VBA code, which is leagues ahead of the old WordBasic code I had to deal with previously. And if I can do it... In VBA, at least, once one learns how to deal with the objects, one can pretty much code in whatever way is most comfortable. Mark Lincoln