CompuServe Messages

#"C"

#: 18422 S/Help/AnnouncementsForum unknown
    11-May-86 22:04:31
Sb: #18412-#"C"
Fm: Jim Nangano/SYSOP 76703,4254
To: Sam Whiten 76013,147

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Well, Lattice 3.03 has a major bug in it's array indexing. to access the third element of B array, it would normaly be coded as : i=1; value = B[i+1]; unfortunatly, Lattice really messes that up. To get the same result with Lattice, you would have to code it as : i=1; value = B[i]+1; Hey, I know it doesnt make sense, but it is a bug with 3.03