From: SourceForge.net <no...@so...> - 2004-02-23 20:01:36
|
Bugs item #827824, was opened at 2003-10-21 16:37 Message generated for change (Comment added) made by axelseaa You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Prabhu Shanmugam (pshan427) Assigned to: Nobody/Anonymous (nobody) Summary: CSV Download/Export all values less by 1 Initial Comment: When I make an export/download of the results all values are less by 1. These are all ranks and the ranks get subtracted by 1 after the download. I am using phpESP 1.6.1 Can any body hint me if this is a bug (if so how to solve it) or is there anything else i am missing? Thanks, Prabhu ---------------------------------------------------------------------- Comment By: Aaron Axelsen (axelseaa) Date: 2004-02-23 11:52 Message: Logged In: YES user_id=704595 In the programming world, arrays are 0 based, so that is my guess as to why all the values are off by one. They start from 0, and go up from there. I hope this answers what your question was. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=827824&group_id=8956 |