Long input popup statement
Brian K. White
brian at aljex.com
Wed Jul 10 09:12:43 PDT 2013
On 7/10/2013 9:31 AM, Richard Tartaglia wrote:
> Hello everyone, hope all is well.
>
> I have a long input popup statement. Longer than 125 correctors. I know there is a way to extend the statement to the next line but I can not find it anywhere. Instead of driving myself crazy I thought I would ask.
>
> Thank you
>
> Rich Tartaglia
Build a variable instead of using a literal
Instead of:
input popup a "suff... more stuff... more stuff..."
q = "stuff..."
q = q & "more stuff..."
q = q & "more stuff..."
q = q & "more stuff..." [repeat same pattern as long as you want]
input popup a q
--
bkw
More information about the Filepro-list
mailing list