I kinda.... forgot how to use the format function ...

VB Code:
  1. LblReponse.Caption = Distance

is it possible to get "distance" to be written in this format:
0.000E00

I mean, if I get a number like 34152667383 format would be:
3.415E10

thx in advance