Search results

  1. J

    VB Rate Function - 4gl Equivalent

    many thanks for the response, looks like I am gtoing to have to write our own version.
  2. J

    VB Rate Function - 4gl Equivalent

    This is the VB code that I am tring to convert. Has anyone ever come across this in 4gl? vyield = Rate(term, (((vterm * vrate / 1200) + 1) * vbalfin# / vterm), -vbalfin#) * 12
  3. J

    VB Rate Function - 4gl Equivalent

    Hi, I need to re-write a VB system using Progress 4GL and wondered if anyone has written an equivalent to the VB Rate function as I don't fully understand the logic and need to mirror this maths calculation? Thanks, David
Back
Top