You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

How can I set the values of a field to zero?

Step-by-step guide

Let us suppose that the field is stored in fieldset g. Then the macro code goes like this:

  1. #First we set the values to zero then add a constant value to them
    g=g*0+5



  • No labels