dvslats
Charter Member
Hi Dvslats,
Glad you got it working.
You don't need all that code after the CrashStart.
I would do it like this.
:L0053A2
Return
CrashStart( :L005850 8601 )
;Interpolation Table
Dwd( 176 1192 )
Dwd( 16 143 )
...............................
Then you can remove the Interpolation Table
Regards
B24Guy
I understand now. At first I did it wrong. Return added, Interpolation Tables deleted, and it's working fine.
Thank You B24Guy!