Re: Solution it the Error for the record!!!

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 2/1/07, Rich Klender <guest at rapideuphoria.com> wrote:
>
>        puts(1, "The Faction name is: ")
>        puts(1, FactionName)
>        puts(1, "\nThe Password is: ")
>        puts(1, FactionPassword)
>        puts(1, "\n")
>

This can be simplified:

printf( 1, "The Faction Name is: %s\n", {FactionName} )
    printf( 1, "The Password is: %s\n", {FactionPassword} )


printf() is a wonderful routine! :)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu