Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
identifier spliting
Forums
Active Threads
Search
Who's Online
Help
Print Thread
identifier spliting
#
33710
03/07/03
02:56 AM
V
very_confused
very_confused
V
ok if $nopath($insong.fname) equals TATU - Not Gonna Get US. How could i make the text on the left of the "-" have a varible %artist and the text on the right of the "-" have a varible %title
Copy Link to Clipboard
Re: identifier spliting *DELETED* *DELETED*
#
33711
03/07/03
03:08 AM
Joined:
Dec 2002
Posts: 3,534
Kent, England
S
SladeKraven
Hoopy frood
SladeKraven
Hoopy frood
S
Joined:
Dec 2002
Posts: 3,534
Kent, England
Post deleted by SladeKraven
Copy Link to Clipboard
Re: identifier spliting
#
33712
03/07/03
03:11 AM
V
very_confused
very_confused
V
nevermind i got it
artist = $gettok($nopath($insong.fname),1,45)
title = $gettok($nopath($insong.fname),2,45)
Copy Link to Clipboard
Re: identifier spliting
#
33713
03/07/03
03:13 AM
X
Xanadu
Xanadu
X
or try this....
alias mp3 {
set %artist = $gettok($nopath($insong.fname),1,45)
set %title = $gettok($nopath($insong.fname),2,45)
}
hahaha, I was posting this as you were yours
Last edited by Xanadu;
03/07/03
03:14 AM
.
Copy Link to Clipboard
Re: identifier spliting
#
33714
03/07/03
12:38 PM
Joined:
May 2003
Posts: 215
Australia
L
lammkott
Fjord artisan
lammkott
Fjord artisan
L
Joined:
May 2003
Posts: 215
Australia
$sound($insong.fname).artist
$sound($insong.fname).title
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage