Search found 1 match

by codyhs
Tue May 28, 2002 4:42 am
Forum: QBasic / QuickBasic related
Topic: String
Replies: 0
Views: 1729

String

When useing "open file$ for binary as #1", i use: "get #1, ,BIN

When i covert this to a sting and save it to another file (OK).

The problem happens when i convert the string to a number that messes me up. There is something to do with big numbers that QB contracts it. When i "VAL" it, it doesnf't ...