String Operations
Hi, i need help again :(
I have my string array: szText[192] I put some words in the array using: PHP Code:
I want to do something like that He --> Array1 ll ---> Array2 o^0 --->Array3 |
Re: String Operations
Code:
|
Re: String Operations
Thanks Exolent
More questions:(: if i want to operate with the first array Itīs well that i use: PHP Code:
How can i convert all the words using the ASCII alphabet to a number ej: A= 97, B=98 etc I want this to make this operation with each array _---------|a b | (97, 98 )x |___| = (97 x a + 98 x c, 98 x b + 98 x d) _---------|c d | Thank you and sorry for all my doubts |
Re: String Operations
Quote:
Code:
Characters in Pawn are also integers. Try this: Code:
Code:
'a' = 97 |
| All times are GMT -4. The time now is 10:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.