PDA

View Full Version : Help...


mustafa06
03-21-2009, 05:00 PM
my = _SourceFolder.."\\my.txt";
read = TextFile.ReadToTable(my);
result = Table.Concat(read, "\r\n", 1, TABLE_ALL);
range = 0;
for j,k in result do
range = range + 1;
end
Progress.SetRange("progress", 0, range);

What this problem ? :huh

ShadowUK
03-21-2009, 05:24 PM
You do know that Table.Concat returns a STRING?

It's all in the **** help file.

mustafa06
03-21-2009, 06:41 PM
who can replace this ?My english not very well so sometimes i dont understand help file.

mustafa06
03-22-2009, 06:49 AM
ok i fix this problem :)