How to get "{Float,_}:..." parameters?
#1

For example, I have a function like this:

Код:
forward my_printf(format[], {Float,_}:...)
public my_printf(format[], {Float,_}:...)
{
    return printf(format, {Float,_}:...);
}
It errors... How to get each variable, or use them?

Thanks
Reply


Messages In This Thread
How to get "{Float,_}:..." parameters? - by amirm3hdi - 13.02.2016, 07:54
Re: How to get "{Float,_}:..." parameters? - by AbyssMorgan - 13.02.2016, 08:14
Re: How to get "{Float,_}:..." parameters? - by BroZeus - 13.02.2016, 10:55
Re: How to get "{Float,_}:..." parameters? - by amirm3hdi - 13.02.2016, 10:56
Re: How to get "{Float,_}:..." parameters? - by amirm3hdi - 13.02.2016, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)