In a LOAD loop, the name of file is changed by the script automatically. But i can refere the news names.
With 8.506299 version reading in a loop different excels files to build a relationated database informations, i change dinamically the names of fields.
In the nested loop (3 level) i have the central routine that work building the file "WORK01". In go into the routine with 3 records type, having new names for the fields. The system work very well, naming each file type in different way: the first WORK01, the second type WORK01-1, the 3th WORK01-2. I can refere in graphics the 3 different files, but i can work with they in the script.
The system tell me that not exist WORK01-1 and WORK01-2.
Somebody know a way to solve the problem without change my code in 3 different session ?