Search results
Appearance
The page "Padright" does not exist. You can create a draft and submit it for review or request that a redirect be created, but consider checking the search result below to see whether the topic is already covered.
- Contains/StartsWith/EndWith, Format, IndexOf/LastIndexOf, Pad/PadLeft/PadRight, Split/Join, regular expression functions and other .NET string functions)...84 KB (4,243 words) - 08:05, 13 May 2025
- line = line & CType(c.id, String).PadRight(5) line = line & c.name.padright(12) line = line & c.description.padright(64) line = line & c.currentlocation