CLARITY: Standard Generic Function INSERT

Generic function INSERT

Package:

CLARITY

Syntax:

  insert clarity-handle filename filedate
  

Arguments and Values:

clarity handle---a clarity-handle

filename--- a string or path

filedate--- a string

Description:

The generic function insert inserts a datafile into the database. It calls the functions ganttify, store-gantt-charts as well as store-numerical-data. The function then pops up a confirmer, where a user may select to add the data to the tree. It takes three parameters, clarity handle, to preserve one's session, filename the location of the data to be inserted and filedate the creation date of the file.

Known Methods:

  •   insert (clarity-handle-object clarity-handle) (filename string) (filedate string)
      

Examples:

cl-prompt: (clarity:insert myclarityhandle "C:/Files/myfile.txt" "MO/DAY/YR")

Affected By:

None.

Exceptional Situations:

None.

See Also:

None

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-24
    Completed description.