getSpeech: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function getSelected== {{ProposedChange}} Returns the Token:speech value from the current Token:token. <source lang="mtmacro" line> [h: speech = getSpeech()] </source>)
 
No edit summary
Line 1: Line 1:
==Function getSelected==
==Function getSpeech==
{{ProposedChange}}
{{ProposedChange}}
Returns the [[Token:speech|speech]] value from the current [[Token:token]].
Returns the [[Token:speech|speech]] value from the current [[Token:token]].


===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: speech = getSpeech()]
[h: speech = getSpeech()]
</source>
</source>

Revision as of 23:41, 1 December 2008

Function getSpeech

 Note: This refers to a proposed change that has not been implemented in the main code base yet.

Returns the speech value from the current Token:token.

Usage

[h: speech = getSpeech()]