protected string REPT( string text, double repeatCount )
Protected Function REPT ( _ text As String, _ repeatCount As Double _ ) As String
protected: String^ REPT( String^ text, double^ repeatCount )