I have a generic algorithm I wrote for doing a certain task. So I wrote the code for this algorithm in VB, C++ and Java.

The idea of doing this was to provide the user the chance to select his favorite language and work on it once the generic algorithm (coded in that languahe) appeared in a TextBox.

Now, I have asked some of the possible users of my program the following question "in which language would you prefer it?" and most of them have answered me "in FoxPro".

I don't know anything about FoxPro... I mean, I would work on it to check my grades when I was in Highschool and I even saw some of my partners "program" on it... I also searched for a good tutorial on-line but Fox seems so easy that it even confuses me...

First of all, I would like to open a TextBox and treat it like a Table. (A matrix) I have already done this on C++ and Java without help (I searched around in the Web whenever I found a problem and solved it even if it took me a day or two) but I can't find how to do this. I know it is possible because I once saw one of my professors do it.

Could anyone please help me?