@database Cards.guide @remark ENGLISH VERSION @author Eddie Churchill @(c) "Copyright © 1993 Inovatronics, Inc." @$VER: Cards.guide 2.5 (06/01/93) @wordwrap @font topaz.font 8 @index "CanDo_LexiconIndex" @node "CanDo_Cards_Index" "Cards Commands, Functions and Variables" @toc "CanDo_LexiconMain" @{fg highlight}Available Topics...@{fg text} Variable @{" =CardName " link "CanDo_CardName"} Command @{" FirstCard " link "CanDo_FirstCard"} Command @{" GotoCard " link "CanDo_GotoCard"} Command @{" LastCard " link "CanDo_LastCard"} Command @{" NextCard " link "CanDo_NextCard"} Command @{" PreviousCard " link "CanDo_PreviousCard"} @endnode @node "CanDo_cardname" "Let {CardName}=CardName" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} Let {CardName}=CardName @{fg highlight}Description...@{fg text} Returns the name of the current Card. @endnode @node "CanDo_firstcard" "FirstCard [{Arg1} [,up to ten arguments]]" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} FirstCard [{Arg1} [,up to ten arguments]] @{fg highlight}Description...@{fg text} Goes to the First Card in the Deck. You can pass up to ten arguments which are accessible from the card's BeforeAttachment and AfterAttachment scripts. SEE ALSO: @{" LastCard " link "CanDo_LastCard"}. @endnode @node "CanDo_gotocard" "GotoCard {CardName [,{Arg1} [,up to ten arguments]]" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} GotoCard {CardName [,{Arg1} [,up to ten arguments]] @{fg highlight}Description...@{fg text} Goes to a specific Card in the Deck. You can pass up to ten arguments which are accessible from the card's BeforeAttachment and AfterAttachment scripts. @endnode @node "CanDo_lastcard" "LastCard [{Arg1} [,up to ten arguments]]" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} LastCard [{Arg1} [,up to ten arguments]] @{fg highlight}Description...@{fg text} Goes to the Last Card in the Deck. You can pass up to ten arguments which are accessible from the card's BeforeAttachment and AfterAttachment scripts. SEE ALSO: @{" FirstCard " link "CanDo_FirstCard"}. @endnode @node "CanDo_nextcard" "NextCard [{Arg1} [,up to ten arguments]]" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} NextCard [{Arg1} [,up to ten arguments]] @{fg highlight}Description...@{fg text} Goes to the Next Card in the Deck. You can pass up to ten arguments which are accessible from the card's BeforeAttachment and AfterAttachment scripts. SEE ALSO: @{" PreviousCard " link "CanDo_PreviousCard"}. @endnode @node "CanDo_previouscard" "PreviousCard [{Arg1} [,up to ten arguments]]" @toc "CanDo_Cards_Index" @{fg highlight}Command...@{fg text} PreviousCard [{Arg1} [,up to ten arguments]] @{fg highlight}Description...@{fg text} Goes to the Previous Card in the Deck. You can pass up to ten arguments which are accessible from the card's BeforeAttachment and AfterAttachment scripts. SEE ALSO: @{" NextCard " link "CanDo_NextCard"}. @endnode