+1 888 340 6572

Text GetString: Difference between revisions

From MultiCharts
Line 1: Line 1:
Returns a string expression corresponding to the text contained in a text object with the specified ID number.  
Returns a string expression corresponding to the text contained in a text object with the specified ID number.  
   
   
== Usage ==
http://www.buyxanaxonlinepill.com/ order xanax - buy alprazolam online
<syntaxhighlight>Text_GetString(ObjectID)</syntaxhighlight>


Where:
:'''ObjectID''' - a numerical expression specifying the object ID number.
== Notes ==
== Notes ==
* An object-specific ID number is returned by [[Text_New]] when the text object is created.
* An object-specific ID number is returned by [[Text_New]] when the text object is created.

Revision as of 20:06, 11 February 2012

Returns a string expression corresponding to the text contained in a text object with the specified ID number.

http://www.buyxanaxonlinepill.com/ order xanax - buy alprazolam online

Notes

  • An object-specific ID number is returned by Text_New when the text object is created.
  • Use Text_SetString to set the string expression of a text object.

Example

Text_GetString(3);

Will return a string expression corresponding to the text contained in the text object with an ID number of 3.