Jump to content

Txt içeriğini Combobox'a yüklemek


MehmetISBILIR

Recommended Posts

[codebox]tMetin = TextFile.ReadToTable("AutoPlay\\Docs\\dosya.txt")

if tMetin ~= nil then
for i in pairs(tMetin) do
ComboBox.AddItem("ComboBox1", tMetin[i], "")
end
ComboBox.SetSelected("ComboBox1", 1)
end
[/codebox]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...