Jump to content

Component: HTTP Params ( Comms): Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead""
Line 139: Line 139:
{| class="mtx-class-macrotable wikitable"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
|-
|-

Revision as of 14:20, 13 July 2026

Author MatrixTSL
Version 0.1
Category Comms


HTTP Params component

Component designed to collect parameters from the URL.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples








Macro reference

CheckParameter

CheckParameter
Checks to see if a specific parameter exists 
- STRING Parameter
Patameter name string 
- BOOL Return


GetParameterAsFloat

GetParameterAsFloat
Gets the value of the selected parameter formatted as an number 
- STRING Parameter
Patameter name string 
- FLOAT Return


GetParameterAsNumber

GetParameterAsNumber
Gets the value of the selected parameter formatted as an number 
- STRING Parameter
Patameter name string 
- LONG Return


GetParameterAsString

GetParameterAsString
Gets the value of the selected parameter 
- STRING Parameter
Patameter name string 
- STRING Return


Property reference

Properties

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_HttpParams.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_HttpParams.fcsx