D3 and mvBase

 View Only
  • 1.  Raise / Lower function

    Posted 08-02-2022 09:32
    Hi Guys,

    Maybe I'm missing something but does D3 (10.3) not have the raise (lower) function to alter @Vm to @Am (or vice versa) ?

    I guess one could use the swap function but I've been working with Open Insight and ​"miss" this :)

    ------------------------------
    Stefano Gallotta
    Managing Member
    Simply Red Open Systems
    Milnerton ZA
    ------------------------------


  • 2.  RE: Raise / Lower function

    ROCKETEER
    Posted 08-03-2022 11:02
    Never heard of that one. Probably doesn't exist in D3. And you're correct about SWAP, but I prefer CONVERT.

    ------------------------------
    Brian S. Cram
    Principal Technical Support Engineer
    Rocket Software
    ------------------------------



  • 3.  RE: Raise / Lower function

    Posted 08-03-2022 11:31
    Hi - it's a compatibility thing. I can only find this with Google:
    effectively raises (or lowers) any of these values:

    Depending on use. Cool if you work with dynamic arrays and quickly wish to invert lists. I rarely used it. Perhaps chat with some of the UniVerse guys(?)

    ------------------------------
    Stefano Gallotta
    Managing Member
    Simply Red Open Systems
    Milnerton ZA
    ------------------------------



  • 4.  RE: Raise / Lower function

    Posted 08-03-2022 16:31

    Hy Brian...

    why Convert instead Swap ?



    ------------------------------
    Alberto Leal
    System Analyst
    Millano Distribuidora de Auto Pecas Ltda
    Varzea Grande MT BR
    ------------------------------



  • 5.  RE: Raise / Lower function

    ROCKETEER
    Posted 08-03-2022 17:49
    No good reason. Learned CONVERT way back on ADDS Mentor Pick in about 1987. No manual. Saw it in code. Never saw SWAP. Now it's CONVERT by reflex.

    ------------------------------
    Brian S. Cram
    Principal Technical Support Engineer
    Rocket Software
    ------------------------------



  • 6.  RE: Raise / Lower function

    Posted 08-03-2022 11:29
    It would however be pretty straight-forward to write your own subroutine to do this

    ------------------------------
    Will Johnson
    Systems Analyst
    Rocket Forum Shared Account
    ------------------------------



  • 7.  RE: Raise / Lower function

    Posted 08-03-2022 11:59
    Yep Will, agreed and have written function to do this.

    I used in Open Insight with memory tables.

    Stefano