HELP
help pls for that, i got this error :
error 033: array must be indexed <variable "szAmenu"> error 017: undefined symbol "szText" error 035: argument type mismatch <argument 1> Quote:
|
Re: HELP
Show the function add_two_numbers().
|
Re: HELP
add_two_numbers(first, second)
{ new sum = first + second return sum //Return the sum } |
Re: HELP
how to add "szData" +1
PHP Code:
|
Re: HELP
Use str_to_num() and num_to_str().
Strings are not numbers. Also PHP Code:
PHP Code:
|
| All times are GMT -4. The time now is 04:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.