Hey,
How would i do this in php ? (from borland c++)
for (int i=1; i<=myString.Len gth(); ++i)
{
returnValue += StrToInt(AnsiSt ring("0x" +
(AnsiString)myS tring[i]));
}
--
thanks
Paul
How would i do this in php ? (from borland c++)
for (int i=1; i<=myString.Len gth(); ++i)
{
returnValue += StrToInt(AnsiSt ring("0x" +
(AnsiString)myS tring[i]));
}
--
thanks
Paul
Comment