INDEX - CR/LF
=?iso-8859-7?Q?=C1=D1=C3=D5=D1=C9=CF=D5_=C1=CD=C4=D1=C5=C1=D3?=
andreasa@scicom.gr
Tue, 3 Oct 2000 14:21:25 +0100
Bjorn,
You can avoid the problem by coding:
DEFINE CRN INTEGER*2 UNS SIZE 1 = 13
DEFINE CRC CHARACTER*1 = CHARACTERS(CRN)
This way you specify that CRN is a two-digit integer stored in one byte
(instead of two bytes, which is the minimum for all integer variables). As a
result you do not have to worry whether the value you want is stored in the
first or the second byte, which varies by platform.
Andreas Argyriou
Scicom S.A.
Athens, Greece
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.