Hi,
If we a variable A of 100 dimensions that contains some ransom data starting from index 1 to 100. How we can copy this variable A to another variable B which has lets say 300 dimensions. We are interested that the first value of A (index 1) begins from the 30th index of B. Simply, the first 29 indices of B have a value 0 and the 30 to 129 contains variable A value. Any idea how to do it?
Thanks
ModelUW6.log (19.8 KB)