2021-03-17
02:35 PM
- last edited on
2021-09-14
12:45 AM
by
Noemi Balogh
DIM tmpZonePositionContent[][] success = LIBRARYGLOBAL ("BW_MVO", "zone_position_content", tmpZonePositionContent)
2021-03-17 02:55 PM
call "DataPort" parameters all, selector1 = "Assemb", returned_parameters _arraySize1, _arraySize2, arr_embedCClogAssembly for j = _arraySize1 to 1 step -1 for k = _arraySize2 to 1 step -1 _embedCClogAssemblyyours will be different because you are using library globals and not a macro call but the logic is the same.= arr_embedCClogAssembly[(j -1)*_arraySize2 +k] next k next j embedCClogAssembly = _embedCClogAssembly parameters embedCClogAssembly = embedCClogAssembly
2021-03-17 03:07 PM
2021-03-18 02:25 AM
2021-03-18 02:42 AM
2021-04-05 11:48 PM
DIM tmpZonePositionContent[7][6] success = LIBRARYGLOBAL ("BW_MVO", "zone_position_content", tmpZonePositionContent)
2021-04-06 03:28 AM