// random_letter(type) // type: 0 = consonant, 1 = vowel var selection; if argument0 then selection = "aeiou"; else selection = "bcdfghjklmnpqrstvwxyz"; return string_char_at(selection,ceil(random(string_length(selection))));
Categories: String handling
There are no comments to display.
You must be signed in to post comments.