Search found 3 matches

by Dmoser22
Sat Mar 28, 2015 5:16 am
Forum: Other topics
Topic: Multi-line text in buttons
Replies: 1
Views: 1150

Multi-line text in buttons

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
by Dmoser22
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...
by Dmoser22
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