guest598594 commented on a Page, mp3 length/position statistics  -  Sep 26, 2007
var %variable $calc($insong.length / 1000)[/code[
shouldnt it be

var %variable = $calc($insong.length / 1000)

and is the halt necessary? cant u do

alias inlength {
if ($inmp3) {
var %variable $calc($insong.length / 1000)
return $gmt(%variable,nn:ss)
}
}


i may be wrong, so feel free to correct me

otherwise, i havent tested it, but it looks like it would work great, good job
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.