mIRC Homepage
Posted By: silent Token functions - 13/11/04 02:52 PM
hi,

this is not important, but just for my interest wink
Should'nt the function names be like "$getpiece" instead of "$gettok" as u get a piece of a string and not the seperator (token)?
Posted By: FiberOPtics Re: Token functions - 13/11/04 03:16 PM
token != seperator

The tokens are the actual pieces of strings, seperated by an ascii character 0-255, called the delimiter or seperator.

//tokenize 32 one two three | echo -a token1: $1 * token2: $2 * token3: $3 ** seperator: $($chr(32),0) (a space)

Perhaps you'll find this mini tutorial interesting.

Greets
Posted By: silent Re: Token functions - 13/11/04 07:40 PM
hi FiberOPtics,

thx for your post, i know how these functions work i was just wondering bout the names of it, because Token = Zeichen(in german) = 1 letter
Posted By: FiberOPtics Re: Token functions - 13/11/04 07:53 PM
Yeah,

but token = token (in english) = token smirk

mIRC script is in English.

Greets
Posted By: Danthemandoo Re: Token functions - 13/11/04 08:01 PM
well, the English language is based on hundreds of other languages and it contains words from german, french, italian etc etc, so token probably does come from the german word.
Posted By: FiberOPtics Re: Token functions - 13/11/04 08:09 PM
It might very well come from many other languages, no doubt, however, in the mIRC Scripting language, a token is not a seperator, or 1 letter by definition. Nor is it in the present English language, which is the only thing that matters imo, in this discussion.

If token means "monkey" in Swahili, should we call it $getmonkey? Probably not.

Greets
Posted By: Danthemandoo Re: Token functions - 13/11/04 10:17 PM
$getmonkey...lol grin

might have to use that next time i make a script cuz i'm forever running out of names for variables and things
Posted By: FiberOPtics Re: Token functions - 13/11/04 10:36 PM
Hehe laugh
Posted By: silent Re: Token functions - 13/11/04 11:29 PM
Quote:
If token means "monkey" in Swahili, should we call it $getmonkey? Probably not.


monkey is not a translation of "token", "zeichen" is german, but means EXACTLY the same as "Token" thats why i know a token is a character with length 1
Posted By: starbucks_mafia Re: Token functions - 13/11/04 11:57 PM
Just because a word in one language means the same as another in a different language, doesn't mean they're the same in both langauges for all meanings of those words. A token in the computing sense is a gramatically indivisable unit of text, which you might misinterpret as meaning something one character long, but it is not the same thing. See here if you're unwilling to take my word for it.
Posted By: Danthemandoo Re: Token functions - 14/11/04 01:58 AM
i think what everyone is groping for and missing is that token was probably once a german word but was adapted into English god knows how long ago, not just for usage in this context. Thats certianly what i meant in my original post.
© mIRC Discussion Forums