Navigation:  thinBasic Modules > Core > String handling >

VERIFY

Previous pageReturn to chapter overviewNext page

 

Description

 

Determine whether each character of a string is present in another string.

 

Syntax

 

n = VERIFY([Start,] MainString, MatchString)

 

Returns

 

Number

VERIFY returns zero if each character in MainString is present in MatchString.  If not, it returns the position of the first non-matching character in MainString.

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

Restrictions

 

See also

 

String Handling,

 

Examples

 

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com