AutoPlay Media Studio 9

RichText.Paste

RichText.Paste

This is the first topic This is the last topic  

RichText.Paste

This is the first topic This is the last topic  

OverviewExamples

RichText.Paste (

string ObjectName )

Example 1

-- Check if the clipboard content can be pasted.

if (RichText.CanPaste("RichText1")) then

   -- Paste the clipboard contents into the object.

   RichText.Paste("RichText1");

end

Checks if the clipboard contents can be pasted into the object using the RichText.CanPaste action, and then pastes it into the richtext object named "RichText1."

See also: Related Actions


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