Easy to Create, Easy to Change - Easy to use!

Support::

. (period)



Parameters


Returns/Result


Examples


Reference

. (period)

Type

Punctuation Symbol

Purpose

A period marks the end of an action that may or may not be followed by other actions.

In a script, you must insert a period after:

 

Example

for MEMBERS ;

list records

LAST NAME in order ;

TOTAL DUE .

end

 

This script tells DataEase: list each member's LAST NAME and TOTAL DUE. The report output, arranged in alphabetical order by LAST NAME, might look like this:

 

 

Last Name

Total Due

Adams

85.00

Albert

120.00

Anders

120.00

Andersen

70.00

Anderson

115.00

Archer

155.00

Baldwin

100.00

Beauchamp

35.00

 

See Also


On the forum about . (period)

On the blog about . (period)