Dear Mehdi: Tnx for ur response & time, but I dont wanna do it Manually! cuz Im sure there is a way for that & as I said before,
what ever we cant do doesnt mean there is no way for that!
Right now Im busy with another problem so I dont go much in detail of that. sorry & tnx again.
Oh by the way, my ord function is like:
Code:
private byte Ord(char c)
{
Encoding enc = Encoding.GetEncoding(1256);
byte[] buffer = enc.GetBytes(c.ToString());
return buffer[0];
}
Dont u believe there should be way for my [u]Chr()</u>?!
Always:),
Hovik Melkomian.