12.05.2012, 16:35
They are wildcards, but I can only think of two function to use them with: fexist and fmatch. The ? matches a single character, the * matches zero or more characters.
The question mark is also used in the triadic operator (advanced) and the asterisk is of course also the multiplication operator.
I suggest you read: https://sampwiki.blast.hk/wiki/Control_Structures
The question mark is also used in the triadic operator (advanced) and the asterisk is of course also the multiplication operator.
I suggest you read: https://sampwiki.blast.hk/wiki/Control_Structures