Hello,
Here are the changes to display the range on a terminal program:
Greetings,
H.J. Windt


'***************** PROGRAM *****************'
#start
gosub get_srf10_range
if i2c_nack then goto start
print"Range = ";range;"cm"
pause 25 '<- lower this number or delete this line for speed'
goto start
'*******************************************'

'************* ERROR MESSAGES **************'
#no_ack_from_srf10
print"E-I2C ERROR:"
print"SRF08 not found"
pause 25
return
'*******************************************'