10-30-2008, 05:54 AM
Hey guys,
The application i am automating has a few thousand variables that i need to capture. Ive had space problems before when using the Global dataTable, so this time around when i make a checkpoint, im storing the output value in a local datasheet -
ieso that depending on which action is running the output value goes to that actions dataTable.
The problem is when i create a new script and call these re-useable actions, the script fails saying that the dataTable cant be found.
Does anyone know where im going wrong?
Cheers,
Brian
The application i am automating has a few thousand variables that i need to capture. Ive had space problems before when using the Global dataTable, so this time around when i make a checkpoint, im storing the output value in a local datasheet -
ie
Code:
variable = datatable.value("ColumnName", "ActionName")
The problem is when i create a new script and call these re-useable actions, the script fails saying that the dataTable cant be found.
Does anyone know where im going wrong?
Cheers,
Brian