View Single Post
Author Message
Frankieg
New Member
Join Date: Jul 2013
Old 07-15-2013 , 00:25   About Forward to return Value
Reply With Quote #1

Sorry for my bad english,

I tried to use forward return value but which I got a problem
The following is a simple to understand wording:

Quote:
log_amx("%d", check_value(index))
Quote:
public check_value(index)
{
return ExecuteForward(forward1, forward2, index)
}
Quote:
forward content:
return xxx[id] (if xxx[id] With the value)
I am not able to display the value xxx[id] of wording
I want to know that, Forward can return value?
If yes, how can i do?
Frankieg is offline