by edward850 » Sat Jan 17, 2015 12:20 am
If you're inside ACS already, the problem doesn't really get a chance to manifest, and ends up working on a technicality. Remember that what you're passing is integers, so because the same table is used, the index still matches the string you passed.
But you can already sort of do that, assuming you copy the index as an integer rather than assume it's a string. Not a very future proof plan, but it does work.
If you're inside ACS already, the problem doesn't really get a chance to manifest, and ends up working on a technicality. Remember that what you're passing is integers, so because the same table is used, the index still matches the string you passed.
But you can already sort of do that, assuming you copy the index as an integer rather than assume it's a string. Not a very future proof plan, but it does work.