Version: 
Back to list

Core :: askString

Synopsis

   Invite the user to enter a string

GUI Dialog

   

Script function

   core.askString(msg[, defaultValue]) -> text

Parameters

   msg (String) : Message to display
   defaultValue (String[optional] : Message to display

Return value

   text (String) : The string entered by the user