PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on December 11, 2013, 02:07:09 PM

Title: Automatic splitting of strings.
Post by: Elias Montoya on December 11, 2013, 02:07:09 PM

How about adding a feature that splits the lines into smaller pieces when we enter a line longer than what PB can handle? For example:

variable = some very & big line + With many & operators & _
           line continues here.


Or

Variable = "someverylargestringwithoutspacesmakingithardertobesplittedbutfireflycanhandlethis" & _
           "bycleverlyaddingquotesandcontinuinginthenextline."


Some times when i do this, the compiler raises an error for line too long but firefly points the wrong line, making it difficult to find the real culprit.
Also, when adding messageboxes, one has to split the lines manually. :)