![]() |
![]() |
ReK_ |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 3 Joined: 19-November 06 Member No.: 202 ![]() |
I've been trying to get the current playlist's length stored in a mirc variable, but I can't seem to do it...
using $dll(ac,mexec,getlistlength) keeps returning the string "S_OK" and echoing the data I need in the status window. I can't seem to get the actual data into a variable. Is there another function for this? I've tried to use the getlistlength with a handler of "/set %len" but that does nothing, and I can't seem to find an amip variable that contains the info, so I can't meval anything. Also, is it possible to get the playlist index of the current song? |
![]() ![]() |
Serge |
![]()
Post
#2
|
![]() AMIP Developer ![]() ![]() ![]() Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 ![]() |
$dll(ac,meval,var_ll)
QUOTE Also, is it possible to get the playlist index of the current song? $dll(ac,meval,var_pos) |
![]() ![]() |