Posted by rick reynolds on November 14, 2002 at 17:21:45:
In Reply to: Re: 3dinfo nz extraction posted by Andrea Rebmann on November 14, 2002 at 16:37:14:
You are probably not using the right quotes.The single quote (') (often found on the same key
as the double quotes (") ) is what you are probably
using. The quotes you should be using are the
reverse quotes (`), which point down and to the
right.Try cutting and pasting the correct command from
Bob's message:set ddd = ( `3dAttribute DATASET_DIMENSIONS $dset` )
and compare it to the incorrect command:
set ddd = ( '3dAttribute DATASET_DIMENSIONS $dset' )
I hope this helps.