Description
Returns the printable string in the application log. This function is similar to printing a string on the console in any programming language.
Parameters
Return Type
None
Example
if(isNotNull(dueDate))
{
  print("You should complete this task before " + dueDate);
}
else
  print("This task has no deadline!");See also
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
