Difference between revisions of "ISLIANJA()"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function used to determine whether an application is being run via Lianja
 
Function used to determine whether an application is being run via Lianja
 
  
 
==Syntax==
 
==Syntax==
 
ISLIANJA()
 
ISLIANJA()
 
  
 
==See Also==
 
==See Also==
 
[[GETENV()]], [[GETLOCALHOST()]], [[GETREMOTEADDR()]], [[GETREMOTEHOST()]], [[GETREMOTEUSER()]], [[ISFIRECAT()]], [[ISSERVER()]]
 
[[GETENV()]], [[GETLOCALHOST()]], [[GETREMOTEADDR()]], [[GETREMOTEHOST()]], [[GETREMOTEUSER()]], [[ISFIRECAT()]], [[ISSERVER()]]
 
  
 
==Description==
 
==Description==
 
The ISLIANJA() function returns .T. (TRUE) if the current application code is being run in Lianja, otherwise .F. (FALSE).
 
The ISLIANJA() function returns .T. (TRUE) if the current application code is being run in Lianja, otherwise .F. (FALSE).
 
  
 
==Example==
 
==Example==
Line 23: Line 19:
  
  
==Products==
+
 
Recital Server, Recital
+
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]

Revision as of 12:09, 7 December 2012

Purpose

Function used to determine whether an application is being run via Lianja

Syntax

ISLIANJA()

See Also

GETENV(), GETLOCALHOST(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), ISFIRECAT(), ISSERVER()

Description

The ISLIANJA() function returns .T. (TRUE) if the current application code is being run in Lianja, otherwise .F. (FALSE).

Example

if not islianja()
    activate screen
endif