Printable Version of Topic

Click here to view this topic in its original format

AMIP Community _ Support _ Convert np line to dll format?

Posted by: bbsan Apr 2 2009, 03:12 PM

I used to have $dde(mplug,format,"Is_Now_Rocking_Out_to:_%name_[%min:%sec~m/%br~Kbps/%sr~KHz]")

But how is this done in dll style?

Posted by: Serge Apr 2 2009, 05:21 PM

See readme:

CODE
The ac.dll provides the following functions:

mexec -- executes AMIP command
meval -- evaluates AMIP variable or command and returns the string result

...

Old $dde command:
//echo -s song title: $dde(mplug,var_name)

New $dll command:
//echo -s song title: $dll(ac,meval,var_name)

Posted by: bbsan Apr 2 2009, 06:25 PM

QUOTE(Serge @ Apr 2 2009, 05:21 PM) *

See readme:

CODE
The ac.dll provides the following functions:

mexec -- executes AMIP command
meval -- evaluates AMIP variable or command and returns the string result

...

Old $dde command:
//echo -s song title: $dde(mplug,var_name)

New $dll command:
//echo -s song title: $dll(ac,meval,var_name)


Your not really helping here Serge, i already checked that.

According the help file it should look like this:
$dll(ac,meval,format,"Is_Now_Rocking_Out_to:_%name_[%min:%sec~m/%br~Kbps/%sr~KHz]")

But then mIRC gives an error "* Invalid parameters: $dll"

Posted by: Serge Apr 2 2009, 07:37 PM

First of all you are not a paying customer, so you should not demand anything from me. Supporting you or not is my free will.

Try this:

CODE
$dll(ac,meval,format "%name_%min:%sec")


"," is not needed as in $dde because $dll takes only 3 arguments and comma is the arguments separator.

Powered by Invision Power Board
© Invision Power Services