n=0Text = Plugin.File.ReadFileEx("c:\123.txt")txtArray=Split(Text,"|")Dim b4(2,2)For i=0 to 2For j=0 to 2b4(i,j)= txtArray(n)n=n+1NextNext