[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BYTES to LONG




 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