Invalid User
Joined: 14 Feb 2005 Posts: 442 Location: Texas, Usa
|
Posted: Wed Mar 09, 2005 9:56 pm Post subject: Extra chars in list box |
|
|
| Code: | OpenPlayList:
FileSelectFile, OpenPlayListFile, 3
If OpenPlayListFile =
{
return
}
FileRead, PlayListFileContents, %OpenPlayListFile%
Loop, parse, PlayListFileContents, `n
{
GuiControl,, %ListBoxName%, %A_LoopField%
}
Return |
This code appends what looks like a small rectangle at the end of each entry to the list box, by adding a msgbox in the loop asking for %A_loopfield% I found that the rectangle is not part of the file contents, is this a bug? _________________ my lame sig  |
|