Zabaware Support Forums

Function Question for Rob

Started by onthecuttingedge2005, August 02, 2007, 10:46:07 AM

Previous topic - Next topic

onthecuttingedge2005

Hi Rob.

I have been studying some deeper functions of HAL, Question.

How can I use this function ImportTableFromFile?

I want to quickly import text strings to a database table like:

import LearnedText.txt to "LearnedText" table.

Thanks.
Jerry[8D]

Holllywood

Way to go Jerry. Glad to see your on this. Hope Rob can give a solution.
Hollywood

Medeksza

Basically this function converts Hal 5.0 BRN files into Hal 6.0 tables. So if you remember how Hal 5.0 BRN files were setup you can create them, then import them using this function. You have the pass the filename, the type of brain file it was (e.g. Q&A or topic), and the name of the table to import it into.
Robert Medeksza

onthecuttingedge2005

quote:
Originally posted by Medeksza

Basically this function converts Hal 5.0 BRN files into Hal 6.0 tables. So if you remember how Hal 5.0 BRN files were setup you can create them, then import them using this function. You have the pass the filename, the type of brain file it was (e.g. Q&A or topic), and the name of the table to import it into.



Thanks Rob.

I think I have it now.

Jerry[8D]