AutoPlay Media Studio 9

RichText.GetText

RichText.GetText

This is the first topic This is the last topic  

RichText.GetText

This is the first topic This is the last topic  

OverviewExamples

string RichText.GetText (

string ObjectName,

boolean RawRTF = true )

Example 1

raw_object_text = RichText.GetText("RichText5", true);

Gets the raw RTF text from the richtext object named "RichText5" and stores it in a variable called "raw_object_text."

Example 2

object_text = RichText.GetText("RichText5", false);

Gets the displayed text in the richtext object named "RichText5" and stores it in the variable "object_text."

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us