# String

\<evalcmd> String && string && String of characters. && count && int && Number of characters. && char && string && Character to copy. \</evalcmd>

Returns a string consisting of *count* copies of the character *char*.

//[Example://](example://)

```
Output(String(5, "A"));
--> AAAAA
```

*See also:* [space](https://chaoses-ib.gitbook.io/directory-opus/manual/reference/evaluator/space)
