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.
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.