Please enable JavaScript to view this site.

This guide is for an old version of Prism. Browse the latest version or update Prism

Navigation: Scripts > Example scripts

Script example 3. Import several files onto one table

Scroll Prev Top Next More

This example uses the script to import several files onto one data table.

Script command

Comments

SetPath “c:\Data\Oct2011\”

Define the disk and directory to be used by the rest of the commands.

Open rapid.pzt

Open the Prism template rapid.pzt that was created to contain a formatted data table.

GoTo D

Go to the data section.

ForEach Avge_*.dat

Loop through all files that start with Avge_ and have the extension DAT.

   Import

Import into the first empty column.

Next

Go to the next file, which will be imported into the next column of the same table.

 

 

© 1995-2019 GraphPad Software, LLC. All rights reserved.