Framework:IsNumeric: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== IsNumeric(<Value>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Paramete..."
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


IsNumeric(<Value>)
<span {{CoPFormel}}>IsNumeric(<Value>)</span>


 
{| class="wikitable" width="80%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Value
|Value
|Required. Object expression.
|Required. Object expression.
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Ergebnis==
==Result==
IsNumeric returns 1 if the entire Value is recognized as a number; otherwise, it returns 0.
IsNumeric returns 1 if the entire Value is recognized as a number; otherwise, it returns 0.


Line 19: Line 19:
__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions - clientseitig|IsNumeric]]
[[Category:Functions|IsNumeric]]
[[Category:Functions - client-side|IsNumeric]]
[[de:Framework:IsNumeric]]
[[de:Framework:IsNumeric]]

Latest revision as of 08:50, 24 May 2012

Function

IsNumeric(<Value>)

Parameter Description
Value Required. Object expression.

This function belongs to client-side functions.

Result

IsNumeric returns 1 if the entire Value is recognized as a number; otherwise, it returns 0.