View Single Post
  #21  
Old 10-20-2006, 09:11 PM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
apparently it doesn't work.


Anyway lets see if yall can redeem yourselves...

Tell me what I did wrong here. Assume temp.entry is a string and that all arrays and/or variables have been declared before this script comes into play.

PHP Code:
    for (i=1;i<=13;i++) {
  if (
server.arrayprefix_(temp.entry "Suffix")[i]!=null) {
    if (
client.array[i]>=server.arrayprefix_(temp.entry "Suffix")[i]) { 

I've tried saying (@temp.entry@"Suffix") but that doens't work either. If that's the correct answer then maybe I mistyped something.



edit
and yes I know I can jsut say server.array >= client.array but that doesn't answer my question.
Reply With Quote