05-14-2013 08:06 PM
Hi, everyone. I am studying the array chapter based on a book. Here is a small problem i met, i want to increase the size of the array subset. According to the HELP TEXT, i can do it by putting the crusor at the bottom of the array subset, then resize it by drag down. However, it didn't give me the tool to resize this array subset when i put my crusor at the edge of the bottom. Also i have tried right click on the array subset to see if there is an option to add the size, still not. Can anyone tell me why this happened? Thanks
05-14-2013 08:12 PM - edited 05-14-2013 08:15 PM
you only have a 1d array, if you had a 2d...it auto builds
05-14-2013 09:15 PM - edited 05-14-2013 09:16 PM
You can only have one array subset per operation (that's why this idea exists!) As mentioned above, the node expands for each dimension of the array.
... and yes, I agree that the context help drawing is misleading, because we cannot get a resize tool as shown.
05-14-2013 10:41 PM
thanks for your help!