joepte
9th May 2012, 22:40
Hi - I would like to have the item code in a question much like this standard question:
" Units of Item %s and Item %s do not match, continue?"
when I did this for my custom question I got a missing arguement error.
where do I specify that the %s or %d is the tisfc999.item?
Do I put it in the question or the script? or?
Thanks
my code is:
choice.cont.process:
after.choice:
if ask.enum("tisfc999.01", tcyesno.yes) = tcyesno.yes then
insert.new.line()
endif
" Units of Item %s and Item %s do not match, continue?"
when I did this for my custom question I got a missing arguement error.
where do I specify that the %s or %d is the tisfc999.item?
Do I put it in the question or the script? or?
Thanks
my code is:
choice.cont.process:
after.choice:
if ask.enum("tisfc999.01", tcyesno.yes) = tcyesno.yes then
insert.new.line()
endif