How can use JSL to save the results of each download in a different variable in this textual manner? Hello!
Hello!
Set this URL can increase the serial number in a circular way can download different data, how to realize the automatic generation of different variables to save each different download results?
Thanks!For( i = 1, i <= 60, i++,
u = "" || Char( i );
rs = New HTTP Request( Url( u ), Method( "GET" ) );
Eval( Parse( "txt" || Char( i ) || "=" || rs << Send ) );//??
Show( txt1 );
//txt1 = rs <
...