Page 1 of 1

Port Scanner

Posted: Thu Oct 23, 2003 8:27 am
by Stephen
i need alittle information on how to sring a port, then give it a +1 with results,
start port =1 so +1 =2 i need to get the port number 2 in a text string

Posted: Thu Oct 23, 2003 9:11 am
by blueznl
your question is not entirely understandable :-/

Posted: Thu Oct 23, 2003 12:43 pm
by muab256
not quite sure what u mean.. perhaps u mean this?:

port1$="1"
port2$=str(val(port1$)+1)

umm.. yes ;)

muab

Posted: Thu Oct 23, 2003 3:43 pm
by Stephen
i did'nt know what i was talking about my self..
but you got it right
i needed to make a port string then add 1 to it and see the result as 2