| Crystal Reports - WHILE Syntax |
Drive Clone
|
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
|
 |
|
|
| Comments |
|
| |
| Add your comment |
|
|
| |
| Contacts |
| Developers
Home Page |
Report Abuse |
|
| |