Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Create String with Repeating CharactersUse 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,".")
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.