the carriage return = $cr or $chr(13)
but in my dialog edit field, it shows up as a block (so no carriage return) however, when I copy paste it, it is a carriage return.
So I know it's there, but can't you display a normal carriage return in the editfield of a dialog?
Some code:
while (%totallines >= %i) {
/did -a linkcatcher 27 $read("quotepost.txt", %i) $chr(13)
/inc %i
}
Dialog:
edit "", 27, 12 95 239 84, multi return autohs autovs hsbar vsbar
thanks in advance for helping me out