hello, i'm trying to print a the content of array, the array is not numeric, and i only introduce char by the keyboard, but it only prints numbers.
this is the first step to send arrays from a computer to another, using nic“s.
thanks :eek
[attachment deleted by admin]
A sample of the output you're getting and the expected output would be helpful.
I'm not completely familiar with all the macros you're using, particularly str$(), but you may want to make sure you're not printing out the addresses of the strings, rather than the strings themselves.