Is it possible to read a part of array starting from a position different from zero? I know that with command
Read("ArrayToRead",100) I can read ArrayToRead from index 0 to index 99 but if I want to read from index 20 to index 80 how can I do it?
thank you