NT Script: Difference between revisions
Jump to navigation
Jump to search
→Vector: My first edit might need a small revision it seems that someone forgot to add implode to the vector's functions in the wiki.
imported>Gun Hog |
imported>Astralenigma (→Vector: My first edit might need a small revision it seems that someone forgot to add implode to the vector's functions in the wiki.) |
||
Line 279: | Line 279: | ||
|- | |- | ||
| length(vector) || number || Returns the length of the vector. (amount of indices) | | length(vector) || number || Returns the length of the vector. (amount of indices) | ||
|- | |||
| bgcolor="#AAAAAA" | || bgcolor="#AAAAAA" | || bgcolor="#AAAAAA" | | |||
|- | |||
| implode(vector, string) || string || This will join the vector(Arg.1) in a string separating the indices with the separator(Arg.2) and returns that string. | |||
|- | |- | ||
|} | |} |