E denotes SINGLE precision accuracy and D denotes DOUBLE precision accuracy in Qbasic. D and E are part of the number.http://www.qb64.org/wiki/Scientific_notation (http://www.qb64.org/wiki/Scientific_notation)
However this:Yep, that makes sense.Code: QB64: [Select]That is, using type symbols after scientific notation, will remain illegal. Since the E and D are already there to imply precision, ....
a# = 1.2345E+5#
... And since it was illegal in QB4.5 too, it makes no sense to try to make it valid right now.Guess that's acceptable too then.