Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Create String with Repeating Characters Use the Space$ and String$ to create a string having a single character repeated N times. Dim fiveSpaces as String fiveSpaces = Space$(5) Dim tenDots as String tenDots = String$(10,".")
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.