array

0

jak przekonvertowac to na delphi ??

ex.QueryTables.Add('text;C:\a.txt',ex.range['A3','G500']).TextFileColumnDataTypes := array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)

0

a co to ma robić? może tak będzie prościej :|

0

mam w excelu makro - vbasicu takie cos:

.TextFileColumnDataTypes = Array(2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)

i potrzebuje teraz to przypisac w delphi - ale nie ma czegos takeigo jak array...

probuje juz od 7 godzin i nic!

np.
.TextFileColumnDataTypes :=VarArrayCreate([1,1,1,1,1,1,1,1,1,1],varVariant);

np.
var aa:array of variant
const aa:array of integer = (1,1,1,1,1,1,1,1,1,1,1,1);

1 użytkowników online, w tym zalogowanych: 0, gości: 1