Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CCS can't evaluate variable as integer
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2016 02:44 PM
I get a variable, lets say the number 100, as declared below:
$port /.+?\s/
$speed Integer
Trigger-Template:
[[$port]].+?ID: \S+ .[[$speed]]Mb\)
But then cannot evaluate it like so,
Trigger-Commands: {$speed < 101}
NetMRI says it is a string and throws an error. Ive tried declaring $speed as a different evaluation types, but it always comes out to string. Any help?
Solved! Go to Solution.
Re: CCS can't evaluate variable as integer
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2016 03:23 PM
This was just answered about a week ago. Look at "CSS Trigger-filter treat variables as numbers??"