as above, but use the CURRENCY, to make the app, currency independent
e.g. format(1234.00,"CURRENCY") .. in US $1,234.00, but in UK £1,234.00
mavrickstl
the easist way to get the file, and the line from ..
dim nFileNo as integer
dim sList
dim sInLine as string
dim Lp as integer
open 'myfile.txt' for input as #nFileno
input #nfileno, sInline ' get the line into sInline
close #nfileno
slist = split(sinline,"'")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.