dialog dns {
title "DNS/IP"
size 300 200 95 50
option dbu
text "" , 1, 10 10 75 7
edit "", 2, 10 17 75 10
button "Enter", 3, 10 27 75 10
}
on *:dialog:dns:init:*:{ did -a dns 1 Enter IP (default is %bot.ip $+ ) }
Or, just remove the quotes around the text. The danger of that is a comma (and perhaps other characters) cannot be displayed without quotes. If you know you won't have commas or any other characters that may cause it to not work, then you don't need to worry about it.
Code:
text Enter IP (default is %bot.ip $+ ) , 1, 10 10 75 7