end create data set
Denotes the end of an inline data set within a test module or user-defined action.
There are no arguments for this action.
None
This action may be used within the following project items: test modules and user-defined actions.
name
create data set Rented Cars
 
  rental month model rented pickup state quantity rented
row March Prius Colorado 1
row June Mustang Nevada 3
 
end create data set
 
name
use data set Rented Cars
 
text
report #"Quantity " & quantity rented & " of model " & model rented & " rented in " & pickup state & " in " & rental month
 
repeat for data set
- This action must be paired with a create data set action. See create data set for more information.