Suggest you check that the column reference "common.Rounds.ScoreDec" is valid on your new server.
If that reference is bad, Totalscores might be zero, and the array won't be assigned. -----Original Message----- From: David Mark Weiss [mailto:[EMAIL PROTECTED] Sent: Sunday, August 26, 2007 9:30 PM To: [email protected] Subject: Witango-Talk: <@SORT> out of sorts Hi Guys, I just moved a site from one server to another. Al of the sudden, <@sort> isnt' working. <@rows> <@ASSIGN name=Totalscores scope=local value="<@CALC expr='<@VAR TotalScores> + <@COLUMN 'common.Rounds.ScoreDec'>' format="num:simple- float">"> </@rows> <@if expr="<@VAR Totalscores> > 0"> <@ASSIGN Name=NewArray Value="<@ARRAY scope=local rows=1 cols=3 value='<@COLUMN 'common.Rounds.FirstName'>,<@COLUMN 'common.Rounds.LastName'>,<@CALC expr="(<@VAR Totalscores> / <@VAR scores>)" format="num:simple-float">' name='TempArray' >" scope=Request> <@ADDROWS ARRAY="finalList" SCOPE="user" VALUE="@@local$NewArray" position='-1'> </@if> <@SORT ARRAY="finalList" SCOPE="user" COLS="3 asc"> I get no sorting here. What gives? Mark Mark Weiss http://trustthechildren.blogspot.com ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
