Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This routine is available starting with SIL Engineā„¢ 1.0, changed in 2.5.
Info
titleAvailability
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

print(variable)

...

Package

Alias

Pkg Usage

Excerpt
hiddentrue
Returns the printable string in the application log

...

.

The arguments are converted to string and then printed. Starting with the new version no configuration for logging is necessary because the arguments (converted to string) are always shown Returns the printable string in the application log. This routine is similar to printing a string on the console in any programming language.

Excerpt
Returns the printable string in the application log.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

variable

Any

Yes

Value you want to be printed. The value argument can be any printable characters: strings, chars, numbers, dates, intervals, and so on.

...

None

Code Block
if(isNotNull(dueDate))
{
  print("You should complete this task before " + dueDate);
}
else
  print("This task has no deadline!");

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "basic_routines" and space = currentSpace ( )
labelsbasicarray_routines