User Tools

Site Tools


deep_assignment.htm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

deep_assignment.htm [2021/04/15 15:57] – external edit 127.0.0.1deep_assignment.htm [2021/12/21 16:12] (current) – Fix Code Formatting sean
Line 26: Line 26:
  
 **Example:** **Example:**
 +<code>
 +Group1 GROUP
 +S       SHORT
 +L       LONG
 +       END
  
-**Group1 GROUP** +Group2 GROUP 
- +L       SHORT 
-**S       SHORT** +S       REAL 
- +T       LONG 
-**L       LONG** +       END
- +
-**       END** +
- +
-**Group2 GROUP** +
- +
-**L       SHORT** +
- +
-**S       REAL** +
- +
-**T       LONG** +
- +
-**       END** +
- +
-**ArrayField SHORT,DIM(1000)** +
- +
-** CODE** +
- +
-** Group2 :=: Group1    !Is equivalent to: ** +
- +
-**                      !Group2.S = Group1.S** +
- +
-**                      !Group2.L = Group1.L** +
- +
-**                      !and performs all necessary data conversion ** +
- +
-** ArrayField :=: 7     !Is equivalent to: ** +
- +
-**                      !LOOP I# = 1 to 1000** +
- +
-**                      ! ArrayField[I#] = 7** +
- +
-**                      !END**+
  
 +ArrayField SHORT,DIM(1000)
 + CODE
 + Group2 :=: Group1    !Is equivalent to: 
 +                      !Group2.S = Group1.S
 +                      !Group2.L = Group1.L
 +                      !and performs all necessary data conversion 
 + ArrayField :=: 7     !Is equivalent to: 
 +                      !LOOP I# = 1 to 1000
 +                      ! ArrayField[I#] = 7
 +                      !END
 +</code>
 **See Also:** **See Also:**
  
deep_assignment.htm.txt · Last modified: 2021/12/21 16:12 by sean