Hello, could you please take a look? Thank you very much
Everything is a channel, and all values can be read and written through the channel. Now, when encountering the string type, reading and writing through commands cannot be achieved. How can this be realized?
For example: Val(1) can obtain the value of channel 1, but what if channel 1 is an ASCII string? How can a string be obtained from a channel?
There is also a write channel. If it is not a string, SetData() can be used for writing. But how can it be implemented if it is a string?
Thank you very much for your help. Wish you a happy life!