February 26, 200817 yr Is there a way to set the default value for a "global number[35]" field? I want to set [1]=1, [2]=2, [3]=3 I'm using FM7 I want something else than Set Field(f, 1) Set Field(f[2], 2) Set Field(f[3], 3) ... Set Field(f[35], 35) Set Field(f=Split("1;2;3;...;35")) would be marvelous.
February 26, 200817 yr Why not use a global calc? OrigField[Get ( CalculationRepetitionNumber )] Keep in mind though of how and when a global calc recalcs.
Create an account or sign in to comment