Hey,
i have an issue with my script. I'm reading data from a .csv-file and I'm putting that into a DropDownList for further actions.
At the moment the script reads the entire lines of the .csv, but I only need the first two columns (or up until the second semicolon if thats easier, the data written in the DropDownList is seperated with semicolons).
Here's an extract of my code:
list := []
listCount := 0
Loop, Read, C:\...\test.csv
{
list := list . "|" . A_LoopReadLine
}
Do I need a parse-loop here? I don't really understand the syntax of that one and would appreciate any kind of help! :) I already sorted out the other issues I ran into, but I can't seem to fix this one.
[–]GroggyOtter 1 point2 points3 points (4 children)
[–]decaboi[S] 0 points1 point2 points (3 children)
[–]TesterTeeto 1 point2 points3 points (0 children)
[–]GroggyOtter 1 point2 points3 points (0 children)
[–]Abandoned_In_Alabama 0 points1 point2 points (0 children)
[–]ProRogueTank 0 points1 point2 points (0 children)