Bug #2806
closed
/did -a on "box" control should replace the text instad of append
Added by Per Amundsen over 8 years ago.
Updated over 8 years ago.
Description
/did -a on "box" control should replace the text instad of append
- Status changed from Resolved to Closed
This is incorrect, -a appends, if you want to replace, use -ra, -a should not overwrite.
Try it
dialog testbox {
title "iii"
size -1 -1 100 100
option dbu
box "text", 1, 5 5 90 90
}
alias testbox {
dialog -m testbox testbox
did -a testbox 1 text2
echo -ag $did(testbox, 1).text
}
Right, mIRC is wrong then.
Also available in: Atom
PDF