Home > lang > string 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
String$
String = String$ ( Length AS Integer , Pattern AS String )

Returns a string containing Length times the Pattern.

Example

PRINT String$(12, "*")

************

PRINT String$(2, "Gambas")

GambasGambas

See also

String Functions, String