Page 1 of 1

memvar

Posted: Mon Jul 13, 2020 3:14 pm
by jds
How can I use the name of a memory variable as a fieldname?

Re: memvar

Posted: Mon Jul 13, 2020 5:58 pm
by Antonio Linares

Re: memvar

Posted: Mon Jul 13, 2020 10:49 pm
by James Bott
I highly recommend using data objects instead. Go here: http://gointellitech.com/program.html

Look for the two articles on Introduction to Object Oriented Programming, Part I and Part II.

You can also search the forum for "database objects"

James