From: khabibiuf@... (Khurram) Date: 2002-09-11T03:55:06+09:00 Subject: Is there a "get" function for words and dwords? Hi all, .getc can be used to read characters (1 byte) at a time. Is there anything that will read a word or dword at a time? Currently I'm getting around it by doing: data16 = a.getc | (a.getc << 8) Thanks, - Khurram