File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,25 @@ End if
1919If (Not:C34 ((Is nil pointer:C315 ($ptrTrueExpression )) | (Is nil pointer:C315 ($ptrVirtualExpression ))))
2020
2121
22-
23- $_formulas := WP Get formulas:C1702 (Form:C1466 .selection )
24- If ($_formulas .length > 0)
25- // .formula
26- // .formula.source
27- // .owner
28- // .range
29-
30- $trueExpression := $_formulas [0 ].formula .source
31- $virtualExpression := Parse formula:C1576 ($trueExpression ; Formula out with virtual structure:K88:2 )
32-
33-
34- $ptrTrueExpression - > := $trueExpression
35- $ptrVirtualExpression - > := $virtualExpression // display expression using virtual structure (RL palettes only)
36-
22+ If (Form:C1466 .selection .start # Form:C1466 .selection .end ) // ACI0104093
3723
24+ $_formulas := WP Get formulas:C1702 (Form:C1466 .selection )
25+ If ($_formulas .length > 0)
26+ // .formula
27+ // .formula.source
28+ // .owner
29+ // .range
30+
31+ $trueExpression := $_formulas [0 ].formula .source
32+ $virtualExpression := Parse formula:C1576 ($trueExpression ; Formula out with virtual structure:K88:2 )
33+
34+
35+ $ptrTrueExpression - > := $trueExpression
36+ $ptrVirtualExpression - > := $virtualExpression // display expression using virtual structure (RL palettes only)
37+
38+
39+ End if
3840 End if
3941
42+
4043End if
You can’t perform that action at this time.
0 commit comments