12-20-2023 08:23 AM
Hello
So i have a string about 3 pages long, full of SQL commands. As you would imagine, this looks like **bleep** on the block diagram.
Is there any way to better display this without it taking up ungodly amount of space? I'd still like to easily view the whole string at a glance, without much scrolling or resizing the string box.
12-20-2023 08:31 AM
You could use a Case structure, wired to a number constant, then you split in pages and past in different cases.
12-20-2023 09:27 AM
Something like this? Smaller font, enable wrapping, vert scrollbar enable. There will be some scrolling, but this string constant contains about 1650 words.
12-20-2023 09:32 AM
Why you want to keep this in block diagram?
Create a document and link to your project files if its for documentation purpose.
12-20-2023 10:21 AM
@AeroSoul wrote:
Hello
So i have a string about 3 pages long, full of SQL commands. As you would imagine, this looks like **bleep** on the block diagram.
Is there any way to better display this without it taking up ungodly amount of space? I'd still like to easily view the whole string at a glance, without much scrolling or resizing the string box.
What is the purpose of this 3-page long string? Based on the use of this string, it must be appropriately placed/structured.