thannara123
Advanced Member level 5
- Joined
- Jan 7, 2010
- Messages
- 1,602
- Helped
- 122
- Reputation
- 244
- Reaction score
- 116
- Trophy points
- 1,353
- Activity points
- 10,626
Hello Experts ,
I want to send an int value and a string value (using pointer) using a function .
i don't know well programming please help me .
I am giving my required function
want to change the above program as follwos or something like that
[/COLOR]
I want to send an int value and a string value (using pointer) using a function .
i don't know well programming please help me .
I am giving my required function
Code:
InputNumber("Enter Password"); // [COLOR=#ff0000]string passing function need to convert pass to both int and string value [/COLOR]
want to change the above program as follwos or something like that
Code:
InputNumber(reset,"Enter Password"); // [COLOR=#ff0000]reset is int value , enter password is string value