Opened 17 years ago
#1273 new defect
$Var ++ processing is only parsed correctly at the start of a line
| Reported by: | bills | Owned by: | eugene |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PanTasks | Version: | current |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The following works
if ($magicDSRevertStage == 0)
$magicDSToRevert_DB ++
end
while the following does not
if ($magicDSRevertStage == 0) $magicDSToRevert_DB ++
This was confusing to me.
Note:
See TracTickets
for help on using tickets.
