std_print_q -- plugin method used in List.pm type objects | topic started 8/28/2001; 1:30:36 AM last post 8/28/2001; 1:30:36 AM |
Michael Gage - std_print_q -- plugin method used in List.pm type objects 8/28/2001; 1:30:36 AM (reads: 1770, responses: 0) |
std_print_q -- plugin method used in "List.pm" type objectsDescriptionThis is a method ( i.e. a subroutine whose first argument is a reference to a parent object ) which defines how the list of questions is printed from a List.pm object.It formats a string containing the questions vertically in an ordered list, indexed by numbers with each question preceeded by an answer blank. The string is returned. Syntax std_print_q( $self, @array) Params $self is a reference to the parent list object and can be used to reference preferences stored there. Returns A string, containing the questions, properly formatted. Examples
Notes This method is defined in PGchoicemacros.pl. Note that reversing See Also std_print_a, pop_up_list_print_q, Match.pm", "Select.pm", "List.pm", "PGchoicemacros.pl"
|