Version: 
Back to list
Core :: askString
Synopsis
   Invite the user to enter a stringGUI Dialog
   
Script function
   core.askString(msg[, defaultValue]) -> textParameters
   msg (String) : Message to display
   defaultValue (String) [optional] : Message to display
Return value
   text (String) : The string entered by the user