if.not_whitespace

/ Conditionals / if.not_whitespace

 

Title : if.not_whitespace
Purpose : The if…not_whitespace statement executes some code if a condition is true
Syntax :
Input Parameters : Variable with value to check that it does not contains only spaces
Return Value : Will execute the block of code present inside the not_whitespace if value contains at-least any one character.
Example 1 :
Code :
Output : not_whitespace
Description : It will execute the block of code if the variable is not blank or contains at-least any one character, new line etc.!
Categories
Most Popular

Leave a Reply

Your email address will not be published.