|
-
February 29th, 2000, 03:58 AM
#5
Re: Confusion with Val function
You're right - I copied the code out too hastily. The error you encountered is caused by the fact that "Val" is not internationally aware...fortunately the same oversight means that "Str$" isn't either so:
? val(str(val("1.23ab")))
1,23
? val(format$(val("1.23ab")))
1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|