AddaByte    Programmers' Script Repository
Free and low cost software.
spacer
Find out about our beautiful fractal backgrounds at abm-enterprises


Newsletter Signup
Name
Email
 

  Crystal Reports - WHILE Syntax
 


Save up to 75% on software

Drive Clone

the best name in hosting


Local StringVar inString := "The 7 Dwarves";
Local NumberVar strLen := Length (inString);
Local NumberVar result := -1;
Local NumberVar i := 1;
While i <= strLen And result = -1 Do
(
   Local StringVar c := inString [i];
   If NumericText (c) Then
      result := i;
   i := i + 1;
);
result
  What does it do?
   no description given
 
  Home URL
   Unknown. If you know send us an email so we can give credit and link back.
 
  Features
  Added by Added Downloads Rating Popularity

  rpgivpgmr

10:14:44 PM Wednesday, October 24th 2007

66

not rated

 
 
  About the file
  Size Download Rate It  

  357 KB
  download this file
 
 
  Comments
no comments
 
  Add your comment
 Email  
 Subject  
 Comment  
 Verification code:

 
    All comments are screened by the admin prior to being posted
     
 
  Contacts
Developers Home Page   Report Abuse