View Single Post
  #6  
Old 12-23-2015, 06:56 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to set minimum integer value?

Integer does support range but only positive numbers. I raised this issue with XC few months ago. I had a conversation with them and they did agree integer class as coded in XC5 is wrong and will be corrected in 5.3.x to support negative, positive and 0.

In the mean time you can overwrite the default Integer class with your own to support negative numbers as well.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote