Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: onthecuttingedge2005 on August 02, 2007, 10:46:07 am

Title: Function Question for Rob
Post by: onthecuttingedge2005 on August 02, 2007, 10:46:07 am
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]
Title: Function Question for Rob
Post by: Holllywood on August 04, 2007, 05:38:40 pm
Way to go Jerry. Glad to see your on this. Hope Rob can give a solution.
Title: Function Question for Rob
Post by: Medeksza on August 10, 2007, 11:59:22 am
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.
Title: Function Question for Rob
Post by: onthecuttingedge2005 on August 10, 2007, 06:02:18 pm
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]