Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: New version of -intext- on SSC


From   "Newson, Roger B" <[email protected]>
To   <[email protected]>
Subject   st: New version of -intext- on SSC
Date   Wed, 21 Feb 2007 14:49:41 -0000

Thanks to Kit Baum, a new version of the -intext- package is now
available for download from SSC. In Stata, use the -ssc- command to do
this.

The -intext- package is described as below on my website. The new
version is updated to Stata 9, and will now abort with an error message
if the user specifies a -length()- option greater than the maximum
string variable length in the sub-version, flavor and edition of Stata
currently being used. Stata 8 and 7 users can still download the old
Stata 7 version from my website by typing in Stata

net from "http://www.imperial.ac.uk/nhli/r.newson/stata7/";

and downloading the Stata 7 version of -intext-.

Best wishes

Roger


Roger Newson
Lecturer in Medical Statistics
Respiratory Epidemiology and Public Health Group
National Heart and Lung Institute
Imperial College London
Royal Brompton campus
Room 33, Emmanuel Kaye Building
1B Manresa Road
London SW3 6LR
UNITED KINGDOM
Tel: +44 (0)20 7352 8121 ext 3381
Fax: +44 (0)20 7351 8322
Email: [email protected] 
www.imperial.ac.uk/nhli/r.newson/

Opinions expressed are those of the author, not of the institution.


------------------------------------------------------------------------
-------------------
package intext from http://www.imperial.ac.uk/nhli/r.newson/stata9
------------------------------------------------------------------------
-------------------

TITLE
      intext: Read text files into string variables (without losing
blanks)

DESCRIPTION/AUTHOR(S)
      intext inputs an arbitrary text file into a set of generated
string variables
      in the memory, generating as many string variables as is necessary
to store
      the longest text records in full, without trimming leading and
trailing
      blanks (as infix does). tfconcat concatenates a list of text files
(without
      losing blanks) to create a new data set in memory, overwriting any
      pre-existing data. The new data set contains one observation for
each record
      in each text file, and a set of generated string variables
containing the
      text, as created by intext. Optionally, tfconcat creates new
variables,
      specifying, for each observation, the input text file of origin
and/or the
      sequential order of the observation in its input text file.
tfconcat uses
      intext, and therefore should not be downloaded separately.
      
      Author: Roger Newson
      Distribution-Date: 21february2007
      Stata-Version: 9
      

INSTALLATION FILES                                  (click here to
install)
      intext.ado
      intext.hlp
      tfconcat.ado
      tfconcat.hlp
------------------------------------------------------------------------
-------------------
(click here to return to the previous screen)

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index