Delphi Val function

Source: Internet
Author: User

Here Val and IIf are the functions in the database you are using
In Delphi, Val is a function that converts a string to a number.
Val (S; var V; var code:integer) The first argument is the string to be converted, the second argument holds the converted number, can be an integer or a floating point, and the third parameter holds the character index value of the error, for example:
Var
V, Code:integer;
Begin
Val (' 123.445 ', v,code);
End

After conversion: V = 123, Code = 4, representing the string ' 123.445 ' converted to an integer is 123, error in string 4th bit conversion

Delphi Val function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.