Difference between revisions of "SendToUrl"

From Catglobe Wiki
Jump to: navigation, search
(sendToUrl)
Line 2: Line 2:
 
{{HelpFiles}}
 
{{HelpFiles}}
  
====sendToUrl====
+
=sendToUrl=
  
Redirects to the specified url. (this function needs answer sheet context)
+
Redirects to the specified url. '''This function requires the RPQ context.'''
  
'''Syntax'''
+
==Syntax==
  
 
sendToUrl(''url'')
 
sendToUrl(''url'')
  
'''Arguments'''
+
==Arguments==
  
 
''url: ''Is an expression of ''string ''type
 
''url: ''Is an expression of ''string ''type
  
'''Return type'''
+
==Return type==
  
 
empty
 
empty
  
'''Examples'''
+
==Examples==
  
 
''sendToUrl("http://www.yahoo.com");''
 
''sendToUrl("http://www.yahoo.com");''
  
'''Availability'''
 
 
Version 4.8
 
 
__NOTOC__
 
__NOTOC__
<!-- imported from file: 576.htm-->
 

Revision as of 18:55, 14 September 2012



sendToUrl

Redirects to the specified url. This function requires the RPQ context.

Syntax

sendToUrl(url)

Arguments

url: Is an expression of string type

Return type

empty

Examples

sendToUrl("http://www.yahoo.com");