And so, to wrap things up... ?
BlitzPlus Forums/BlitzPlus Programming/And so, to wrap things up... ?| 
 | ||
| Hi Bliterz, WOW, it's been a long time! I don't have much time here today, but I was wondering; anyone know a good way to create a word-wrap feature for text areas? Think Notepad. ^_^ | 
| 
 | ||
| Global TEXTAREA_WORDWRAP = 1 CreateTextArea(x,y,width,height,group,TEXTAREA_WORDWRAP) | 
| 
 | ||
| WOW, geez; figures it'd be that simple. In my defense, I'm only working with the B+ Demo, so I didn't know that parameter existed. >_< Thanks Ked! | 
| 
 | ||
|  WOW, geez; figures it'd be that simple. In my defense, I'm only working with the B+ Demo, so I didn't know that parameter existed. >_< Thanks Ked! Ah yes, I forgot the command reference isn't included in the demo. You're welcome. :P |