[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BYTES to LONG
- Subject: BYTES to LONG
- From: Kelly Dean <krdean(at)lamar.colostate.edu>
- Date: Tue, 07 Nov 2000 10:46:39 -0700
- Newsgroups: comp.lang.idl-pvwave
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:22052
I am reading in a combination ASCII/BINARY file with USGS DLG
information as a binary file.
I am able to convert the bytes into ASCII with STRING([72B, 101B, 108B,
108B, 111B]).
However, I cannot figure out how to convert the 4 bytes into LONG, whihc
is the UTM X and Y numbers. Any suggestions?
Kelly