|
Re: reading negative numbers from a file in VB
I believe the string conversion routine you're looking for is:
val()
It'll convert a string to a number.
The opposite is:
str()
(which converts a number to a string).
__________________
Alumni of FRC Team 1006
Former mentor of Full Lego Alchemist (FLL 5621) - Sempar School / Computing Students' Association of Queen's University
|