Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers!
What does the (a20) mean here? I understand the rest of the code.
string n1 to n4 (a20).
The a20 specifies the number of bytes for the string, so n1 to n4 would each hold 20 bytes, which would be 20 characters if the characters are all plain alphabetic or numeric characters but somewhat less with accented or international scripts.