This is an old revision of the document!
The following is an example of an export view. For further details refer to the documentation on the export tool.
if $history == false say ("This view requires a history.") quit (1) endif string $exportDir $exportDir = $home + "/V1/exportForDemo" say ("exporting") say (" HHFormRate[hs,hha,ts] to ",$exportDir,"/HHFormRate.txt") export (HHFormRate[hs,hha,ts][1]; file=$exportDir/HHFormRate.txt, \ format=tab, expForm=on, decimals=6, shapeInfo=on)
Need to configure dokuwiki to allow .t and .v MIME types.