Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm doing a number check, I need the script logic to be such that if the number in the variable was greater than 300 but less than 600, then it would do the function, if the opposite would include another check
@yod4
[[NUMBER]] > 300 && [[NUMBER]] < 600
@m4zuper I just solved problem thanks
@ghostz
Thanks for your help :)
@sonQ Writting file is really easy.
If you want to hardcode filename, you can just use "Write File" action. If you want to let user to choose filename, just add resource and use "Add Element" action from resources module. Check out this tutorials for more details http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name
If you are writting account checker, I would recommend to use database, like @andy231 suggested.