[ Previous ] [ Contents ] [ Index ] [ Next ]

ns_puts

Overview

Write string or Tcl command output to page

Syntax

ns_puts string

Description

Writes the specified string out to the page from an embedded script. The string may be a quoted string or it may be another Tcl command. For example:

    ns_puts "Here is the current time:"
    ns_puts [ns_httptime [ns_time]]

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.