08-09-2024, 02:46 PM
(07-27-2024, 08:01 PM)justsomeguy Wrote: I ran into this issue a long time ago and swore off using variable length strings. But some of the code I've seen posted on the forum were using it with no issue, so I was under the impression that those issues were resolved.It might be fun to have a coding style discussion, in a new thread, to compare UDT's to non-UDT variable use, or maybe just to discuss coding styles, pros and cons, in general.
Like I said earlier, they are convenient because they can behave like an array, and you don't have to manage the size and LEN function behaves as expected.
I found it kinda funny that depending on the order of elements in the array would cause slightly different behaviors.
Quote:not using UDT's can speed up executions of finished program but this solution may make it a coding nightmare for organization.
I thought about that too. But, I would end up having a bunch arrays that have identifiers approaching the 40 character limit.
Pete
Shoot first and shoot people who ask questions, later.