mIRC Homepage
Posted By: Deep3D $$? Topic - 22/05/05 06:01 PM
.Part #1:set %topic.part.1 $$?="Topic Part #1:" How can i add the %topic.part.1 in the text field ? So that i easly can edit the line....
Posted By: SladeKraven Re: $$? Topic - 22/05/05 07:26 PM
I don't understand what you mean, %topic.part.1 wont have a value when you first initiate the $?. You could accomplish this by seeing if the var is $true.

I've used $input() instead of $?.

Code:
$iif(%topic.part.1,$input(Topic part #1:,e,Input Request,%topic.part.1),$input(Topic part #1:,e,Input Request))


-Andy
Posted By: tidy_trax Re: $$? Topic - 22/05/05 09:25 PM
Most identifiers accept empty parameters, including $input():

Code:
$input(Topic part #1, e, , %topic.part.1)
Posted By: SladeKraven Re: $$? Topic - 22/05/05 10:00 PM
I guess I was just being cautious.. :tongue:

-Andy
© mIRC Discussion Forums