IsStringNumeric

Check String is Numeric

Minor Business Rule

Object Name: B0000590

Parent DLL: CFIN

Location: Client/Server

Language: C

Functional Description

Purpose

This business function checks if the string passed is a Numeric value.


Setup Notes and Prerequisites


Special Logic


Technical Specification

The business function uses "isdigit" ANSI C function in order to determine if each character of the 

string is a digit (0-9).

Additional functionality has been added to edit the string for a negative sign before or after the 

value and allow for only one decimal in the value.


Data Structure

D0000590 - Is String Numeric

Parameter NameData ItemData TypeReq/OptI/O/Both
szStringVR01charOPTINPUT

An alphanumeric value used as a cross-reference or secondary reference number. Typically, this is the customer number, supplier 
number, or job number.

cStringIsNumericYNEV01charOPTOUTPUT

An option that specifies the type of processing for an event.

Related Functions

None

Related Tables

None