| Blockland Forums > Modification Help |
| Where can * be used as a wildcard? |
| (1/3) > >> |
| Lugnut:
And just how wild is it? if I put A*D, will it work on ABCD or just ABD? |
| Nexus:
the two instances I know of are export() and something with file searching like findfirstfile() findnextfile() or something give an example of where you plan on using it and I'll let you know generally it can represent any number of characters. |
| Lugnut:
I don't really have an example yet. I was just looking for a reference |
| Slicks555:
It's really quite useless in Blockland. As Nexus said, it's really only usable with files. |
| TheRealMint:
As Nexus said, the star could represent any number of one or more characters. All of the following would fall under A*D: AD ABD ABCD |
| Navigation |
| Message Index |
| Next page |