Evaluation Swap Tool |
Evaluation Swap Tool
This tool can swap every evaluate expression in a block code. I.e. change all A := B (A = B in BCB) to B := A (B = A in BCB). Both Delphi and C++Builder are supported.
if a block is selected, swap will be done in this block, otherwise swap current line. Multi-line evaluate expressions are not supported.
Otherwise, the tool will ignore all lines which start with "for" statement.
Links