Difference between revisions of "Issuepedia:Code/lib/links"
< Issuepedia:Code | lib
Jump to navigation
Jump to search
(→ShowTopic(topic,max): working now?) |
(→ShowTopic(topic,max): renaming new function so everyone will start using it) |
||
Line 96: | Line 96: | ||
</for> | </for> | ||
</func> | </func> | ||
− | === | + | ===ShowTopic_old(topic,max)=== |
− | <func | + | This can be deleted if there are no problems with new ShowTopic(). |
+ | <func ShowTopic_old topic max> | ||
<let name=topic self with="_"> </let> | <let name=topic self with="_"> </let> | ||
Line 137: | Line 138: | ||
</for> | </for> | ||
</func> | </func> | ||
− | <func | + | ===ShowTopic(topic,max)=== |
+ | <func ShowTopic topic max> | ||
<let name=topic self with="_"> </let> | <let name=topic self with="_"> </let> | ||
Revision as of 13:42, 20 September 2011
GetBrief()
> function getbrief() <= ()
ShowRecent()
> function showrecent() <= ()
ShowTopic_old(iTopic,iMax)
> function showtopic_old() <= ()
ShowTopic_old(topic,max)
This can be deleted if there are no problems with new ShowTopic().
> function showtopic_old() <= ()
ShowTopic(topic,max)
> function showtopic() <= ()