ok works now thx mouton!!!
final is:
Code:
set resip [dnslookup $host do_dnslookup]
in createlist proc and do_dnslookup is
Code:
proc do_dnslookup { ip hostname status } {
global resip
set resip $ip
}
leaving do_dnslookup emty proc OR not doing "set resip [dnslookup $host do_dnslookup]" but only "[dnslookup $host do_dnslookup]" didnt work...
thx again
greez toki
PS: if anyone is interested in something like that... tell me and ill share the script when it is complete. (and fits to all my needs)