• 94 views | 2 messages Discussion: LEAP
    Topic: Round-Up LEAP Syntax/FunctionSubscribe | Previous | Next
  • Pintoko Aji 9/21/2023

    1 Like

    Does LEAP have a 'round-up' syntax or function? I need to convert the floating-point parameters into integer values, such as for people, vehicles, and buildings.
  • Charlie Heaps 9/23/2023
      Best Response

    1 Like

    I'm afraid not. Good idea though! I will try to add this in the next release. In the meantime, you could add your own Round or Trunc function by using the CALL function and then writing a short function that calls the VBSscript round function. See this page for information on how to use the CALL function.