View Single Post
# 3 08-05-2004 , 10:22 PM
Registered User
Join Date: Apr 2003
Posts: 19
The last curly bracket is to close the procedure, the second to last one is to close the for loop. When I try deleting the last } I this error:

// Error: for ($i = $tempArrSize, $i > 0, $i--){
//
// Error: Syntax error //

Any ideas?