| Table of Contents isgtDescriptionDetermine whether a variable is numerically greater than another variable. Function prototypebool isgt <variant:arg1> <variant:arg2> Arguments
 
 
The return value of  isgtmay change if the type of arg1 is not equal to that of arg2. See comments for iseq.Return valueTrue if arg1 is greater than arg2, and false otherwise. Exampleecho <zs:isgt 5 3> // is 5 greater than 3? (ans: yes!) … the output of which is written to the event log by echo as: true CommentsNone. See alsoExcept where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported |