BrokenRules

BrokenRules

Old forum URL: forums.lhotka.net/forums/t/1020.aspx


yh_ink posted on Friday, August 25, 2006

Hi guys,

Is there a broken rule to check if the entered data is string or integer.If so please let me know.

Thanks

malloc1024 replied on Friday, August 25, 2006

Why would you need a broken rule to check if a value is a string or and int.  A string property only accepts string values and an integer property only accepts integer values.  If you need to check if a string is an integer before you cast it, you could use RexEx.

Copyright (c) Marimer LLC