Search found 6 matches
- Tue Jan 02, 2007 8:12 pm
- Forum: Technical / Scripting
- Topic: a string problem
- Replies: 2
- Views: 4347
a string problem
how do i add 1 to "001" string so after each time it goes through the loop it will go up by one. like that : 001 002 ... ... 010 ... ... 192 ... untill 260. i have to keep the zeroes at the beginning and this is yits important that it will stay as a string. nvm i made something up.. if any1 needs: l...
- Tue Jan 02, 2007 8:10 pm
- Forum: Technical / Scripting
- Topic: how to get the "view source" of a web page...??
- Replies: 4
- Views: 6344
problem with a string
thanks some1 else helped me... problem was that the url i tried to opened was some kind of pop-up.
- Tue Jan 02, 2007 4:55 pm
- Forum: Technical / Scripting
- Topic: problem with an array
- Replies: 2
- Views: 4440
- Tue Jan 02, 2007 12:54 pm
- Forum: Technical / Scripting
- Topic: problem with an array
- Replies: 2
- Views: 4440
problem with an array
lets say i have an array with diff info like:
let>a[1]=abc
let>a[2]=add
let>a[3]=arr
let>a[4]=abb
how do i get to show the info if i run a loop
like:
let>i=0
label>start
msg>%a%
let>i=i+1
goto>start
this wont show me the contect of a. how am i supposed to write it?
let>a[1]=abc
let>a[2]=add
let>a[3]=arr
let>a[4]=abb
how do i get to show the info if i run a loop
like:
let>i=0
label>start
msg>%a%
let>i=i+1
goto>start
this wont show me the contect of a. how am i supposed to write it?
- Tue Jan 02, 2007 12:46 pm
- Forum: Technical / Scripting
- Topic: how to get the "view source" of a web page...??
- Replies: 4
- Views: 6344
- Sun Dec 31, 2006 7:03 pm
- Forum: Technical / Scripting
- Topic: how to get the "view source" of a web page...??
- Replies: 4
- Views: 6344
how to get the "view source" of a web page...??
does any1 have the code that gets the content of the "view source" on ie?
something like a URL has to be given and it returns the source of the page
something like a URL has to be given and it returns the source of the page