R
|
ringah 12/28/2008 |
The following foreach loops 7 cycles through 7 fields. I would like it to stop after the 2nd cycle. **##foreach @BUILDER.Registration.arrUserFields as @f## $label = "##Fields[strName==@f].strLabel s##"; $message.=$label.": ".$values["##@f s##"]."\r\n"; endfor##**
|