On assignment using structured variables - was Incomplete value at Symbol.cc:130

2020-12-16 Thread Hans-Peter Sorge
   A.A←1   A←0  ⍝ Just replacing content of A.   B.B←2       A←B.B    ⍝ Generates a trace. - probably should be A.B ←→ 2 Incomplete value at Symbol.cc:130 Addr:    0x1ce1990 Rank:    0 .. Fixed in *SVN 1377*. ⍝ A structured variable of any depth can be replaced by an as

Re: Incomplete value at Symbol.cc:130

2020-12-14 Thread Dr . Jürgen Sauermann
    ⍝ Generates a trace. - probably should be A.B ←→ 2    Incomplete value at Symbol.cc:130 Addr:    0x1ce1990 Rank:    0 .. Fixed in SVN 1377. ⍝ A structured variable of any depth can be replaced by an assignment to the

Incomplete value at Symbol.cc:130

2020-12-14 Thread Hans-Peter Sorge
Incomplete value at Symbol.cc:130 Addr:    0x1ce1990 Rank:    0 .. ⍝ A structured variable of any depth can be replaced by an assignment to the root variable.   A.B.C.D←4   A .B: .B.C: .B.C.D: 4   A←1   ⍝ Consistent with current assignment: replace variable content with RV