"Turn" Delphi character intercept function leftstr/midstr/rightstr and copy usage

Source: Internet
Author: User

Original: http://blog.csdn.net/hansoy/article/details/44941159

If the string is dstr:= ' Delphi are the best ', then

Leftstr (DSTR, 5): = ' Delph ' is intercepted from left to right, length 5

Midstr (DSTR, 6, 7): = ' i is th ' starting from 6th character intercept, length is 7

Rightstr (DSTR, 6): = ' e best ' is intercepted from right to left, length is 6

Note: These functions are included in strutils, so you need to uses strutils

-----------------------------------------------

Attach the copy to the use, and compare with Leftstr:

Leftstr (Dm.qry1.FieldByName (' field1 '). Asstring, 10)

Copy (Dm.qry1.FieldByName (' field1 '). asstring,1,10)

The above two results are equal.

"Turn" Delphi character intercept function leftstr/midstr/rightstr and copy usage

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.