What's the correct syntax for this thing The structure is GetUserDetails.qUsers "ID" is one of the keys, and I just want to sort the structure by ascending ID
I've tried StructSort( GetUserDetails.qUsers, "numeric", "ASC", "ID" ) which is exactly what the documentation says. and I've tried StructSort( GetUserDetails.qUsers, "numeric", "ASC", "GetUserDetails.qUsers.ID" ) and StructSort( GetUserDetails.qUsers, "numeric", "ASC", GetUserDetails.qUsers["ID"] ) I fact of tried just about every combination with and without quotes and hashes I just keep getting an empty string error Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
