View/Edit #733:slide

Switch to edit mode.

Name(s): slide
1:  "Returns the text of any slide.  Returns the current slide if none is specified."
2:  {?slide = this.slide} = args
3:  if (this.slide_pages)
4:    try
5:      text = this.slide_pages[slide]
6:    except (E_RANGE)
7:      text = $msg:substitute(this:msg_unknown(), length(this.slide_pages))
8:    endtry
9:  else
10:   text = this:msg_empty()
11: endif
12: return text
13: "Last modified by manta (#7165) on Fri Sep 11 04:09:05 1998 EDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Dax (#789)

You are not logged in.

[home | help | who | search | setup | code]