Nota
Prístup na túto stránku vyžaduje autorizáciu. Môžete sa pokúsiť prihlásiť alebo zmeniť adresár.
Prístup na túto stránku vyžaduje autorizáciu. Môžete skúsiť zmeniť adresáre.
Visual Basic language keywords and run-time library members are organized by purpose and use.
| Action | Language element |
|---|---|
| Compare two strings. | StrComp |
| Convert strings. | StrConv |
| Reverse a string. | InStrRev, StrReverse |
| Convert to lowercase or uppercase. | Format, LCase, UCase |
| Create a string of repeating characters. | Space, StrDup |
| Find the length of a string. | Len |
| Format a string. | Format, FormatCurrency, FormatDateTime, FormatNumber, FormatPercent |
| Manipulate strings. | InStr, Left, LTrim, Mid, Right, RTrim, Trim |
| Set string comparison rules. | Option Compare |
| Work with ASCII and ANSI values. | Asc, AscW, Chr, ChrW |
| Replace a specified substring. | Replace |
| Return a filter-based string array. | Filter |
| Return a specified number of substrings. | Split, Join |
See also
Spolupracujte s nami na GitHube
Zdroj tohto obsahu nájdete na GitHube, kde môžete tiež vytvárať a kontrolovať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľmi.