> lang > rtrim | ![]() |
السابق التالي تحرير إعادة تسمية تراجع بحث الإدارة
| المستندات |
sResult = RTrim$ ( sExpr AS String ) AS String sResult = RTrim ( sExpr AS String ) AS StringStrips white spaces from the right of the String sExpr. A white space is any character whose ASCII code is strictly lower than 32.