...
...
Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=print+-+15489410 |
---|
width | auto |
---|
|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | print(variable) | Package | | Alias | | Pkg Usage | | |
Description
...
Excerpt |
---|
|
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. |
Parameters
...
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
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. | |
Return
...
Type
None
Example
Code Block |
---|
if(isNotNull(dueDate))
{
print("You should complete this task before " + dueDate);
}
else
print("This task has no deadline!");
|
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "basic_routines"routine" and space = currentSpace ( ) |
---|
labels | basicarray_routines |
---|
|