Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: willpoll on September 02, 2026, 06:56:50 PM

Title: STREAMIN to multiple strings?
Post by: willpoll on September 02, 2026, 06:56:50 PM
Is it possible to STREAMIN to multiple strings? 

If the incoming data exceeds the length limit of a SL, say SL0, can you write to the remaining text to SL1?

Is this something that must be handled programmatically, or can it be done using a UDT made up of several long strings?

Thanks!
Title: Re: STREAMIN to multiple strings?
Post by: BobO on September 02, 2026, 08:08:19 PM
It is not possible. It does need to be handled programmatically.