Fungsi Left, Mid, Right String Di Delphi
fUTCbTue, 06 Sep 2011 07:58:46 +0000000000amTue, 06 Sep 2011 07:58:46 +000058 2, 2008 Leave a Comment

.LeftStr() takes a certain portion of the left side of a string.
. MidStr() takes a specified number of characters from a string.
. RightStr() takes a certain portion of the right side of a string.
Let’s say we have a string Dstr := ‘Delphi is the BEST’, then LeftStr(Dstr, 5) := ‘Delph’
MidStr(Dstr, 6, 7) := ‘i is th’





Recent Comments