Daylight v4.9
Release Date: 1 February 2008

Name

dt_thor_tdtputraw - see dt_thor_tdtput_raw

Generic Prototype

dt_thor_tdtputraw(dt_Handle, dt_String) => dt_Boolean

C Prototype

#include "dt_thor.h"

dt_Boolean dt_thor_tdtputraw(dt_Handle database, dt_Integer strlen, dt_String string)

FORTRAN Prototype

include 'dt_f_thor.inc'

integer*4 dt_f_thor_tdtputraw(database, string)

integer*4 database
character*() string

Description

This function is obsolete. See dt_thor_tdtput_raw(3).