Board index » delphi » confusion about tstringlists
Frederick
![]() Delphi Developer |
Sun, 12 Sep 2004 09:42:49 GMT
confusion about tstringlists
I am using indy 9.0.3b to retrieve a webpage. No big deal, right?
Well, the problem that I have is I am getting an access violation, and with this information : uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Remotefile1: Tstringlist; LoginURL := 'http://my.website.com/anasp.asp?login=%s&password=%s'; urltext:= Format(LoginURL, [UserName.Text, PassWord.Text]); I don't understand what's wrong, because I have another program that I got |