Difference between revisions of "ISFIRECAT()"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function used to determine whether an application is being run via Recital Web (Firecat Server)
 
Function used to determine whether an application is being run via Recital Web (Firecat Server)
 
  
 
==Syntax==
 
==Syntax==
 
ISFIRECAT()
 
ISFIRECAT()
 
  
 
==See Also==
 
==See Also==
 
[[GETENV()]], [[GETLOCALHOST()]], [[GETREMOTEADDR()]], [[GETREMOTEHOST()]], [[GETREMOTEUSER()]], [[ISLIANJA()]], [[ISSERVER()]]
 
[[GETENV()]], [[GETLOCALHOST()]], [[GETREMOTEADDR()]], [[GETREMOTEHOST()]], [[GETREMOTEUSER()]], [[ISLIANJA()]], [[ISSERVER()]]
 
  
 
==Description==
 
==Description==
 
The ISFIRECAT() function returns .T. (TRUE) if the current application code is being run via Recital Web (Firecat Server).  If not, it will return .F. (FALSE).
 
The ISFIRECAT() function returns .T. (TRUE) if the current application code is being run via Recital Web (Firecat Server).  If not, it will return .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:08, 7 December 2012

Purpose

Function used to determine whether an application is being run via Recital Web (Firecat Server)

Syntax

ISFIRECAT()

See Also

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

Description

The ISFIRECAT() function returns .T. (TRUE) if the current application code is being run via Recital Web (Firecat Server). If not, it will return .F. (FALSE).

Example

if not isfirecat()
  activate screen
endif