Talk:NsisUrlLib plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "NsisUrlLib::UrlOpen /NOUNLOAD "http://www.mydomain.com/text.txt" NsisUrlLib::IterateLine /NOUNLOAD Pop $1 Doesn't return anything. So, not sure what's up?")
 
No edit summary
Line 1: Line 1:
NsisUrlLib::UrlOpen /NOUNLOAD "http://www.mydomain.com/text.txt"
NsisUrlLib::UrlOpen /NOUNLOAD "http://www.mydomain.com/text.txt"
NsisUrlLib::IterateLine /NOUNLOAD
NsisUrlLib::IterateLine /NOUNLOAD
Pop $1
Pop $1



Revision as of 23:45, 22 February 2011

NsisUrlLib::UrlOpen /NOUNLOAD "http://www.mydomain.com/text.txt"

NsisUrlLib::IterateLine /NOUNLOAD

Pop $1

Doesn't return anything.

So, not sure what's up?