| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

 

message_text

#include "sflmesg.h"
char *
message_text (int msgid)

Synopsis

Works like print message(), but returns a pointer to the raw message rather than printing it. The message text is stored in a static area that is overwritten by each call. If msgid is -1, retrieves the next message sequentially, ignoring any numbering. This is only valid after previously reading a message. Places "." in the message if no more are found.

Source Code - (sflmesg.c)

{
    read_msg (msgid);                   /*  Retrieve message into msgline    */
    return (msgline);
}

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation