Is there a way to wrap text in buttons? I've tried several variations of text length and button size without any luck. I tried wrapping the text manually using CHR$() to add CRLFs, but that didn't work either. Is it possible?
Thanks,
-djm
Search found 3 matches
- Sat Mar 28, 2015 5:16 am
- Forum: Other topics
- Topic: Multi-line text in buttons
- Replies: 1
- Views: 1150
- Tue Mar 17, 2015 8:40 am
- Forum: Other topics
- Topic: How to break lines of code?
- Replies: 4
- Views: 1760
Re: How to break lines of code?
Thanks for the quick reply! My problem is that I have (for example) something like: WHILE <very long and convoluted Booloean expression involving nested ANDs and ORs and references to multidimensional arrays, etc.> ' do some stuff END WHILE It'd be nice if I could split that WHILE condition to forma...
- Tue Mar 17, 2015 8:01 am
- Forum: Other topics
- Topic: How to break lines of code?
- Replies: 4
- Views: 1760
How to break lines of code?
Is there a way to continue a long line of code across multiple physical lines? If so, it's hidden pretty well in the documentation because I couldn't find it. If not, could you add one please?
Thanks,
-djm
Thanks,
-djm