Dynamic text variables

i’m looking for help working with dynamic text fields and variables taken from external .txt files.

one .txt file, multiple variables… no problem… but for some reason I have yet to be able to get multiple files to import multiple variables… say, for 2 .txt files: test1.txt & test2.txt

loadVariablesNum(“test1.txt”, 0);
loadVariablesNum(“test2.txt”, 0);

this seems to make flash very angry at me and I would like to make amends with my program.

Thanx!