controlP5 / Textarea / setText( )

name
setText ( )
description
set the text of the textarea. 
Syntax
setText(theText);
parameters
theTextString 


Returns
None
Usage
Web & Application
Related