Results 1 to 3 of 3

Thread: DFRefactor: Unused local variables, line breaks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    862

    Default DFRefactor 3.2.1.0: Unused local variables, line breaks

    Hello,

    Having this code...
    Code:
    Move ((Trim(Table.Field1)) + " / " +  (Trim(Table.Field2)) + " / " + ;
        String (Table.Field3) + " / " + String (Table.Field4)) to sVariable
    ... it gets changed to...
    Code:
    Move ((Trim(Table.Field1)) + " / " +  (Trim(Table.Field2)) + " / " + ;
        String + " / " + String to sVariable
    Regards.
    Last edited by Jose; 10-Jan-2023 at 11:25 AM.
    We are always in a continuous learning mode, and the more we know, the more we realise that we don't know anything.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •