Quantcast
Channel: SIL Language Software Community - Latest topics
Viewing all articles
Browse latest Browse all 593

Creating Stores from Other Stores

$
0
0

Hello All,

Please let me know if there is already a way to do this. If not I can open it as a feature request. Very often I would like to add stores together, in a form like:

store(Consonants) 'BCDFGHJKLMNPQRSTVWXYZ'
store(Vowels) 'AEIOU'

store(ConsonantsAndVowels) any(Consonants) + any(Vowels)

where set arithmetic takes place where to add the two stores together. Less frequently, set subtraction would also be useful, thus the syntax with an operator above.

thank you,

-Daniel

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 593

Trending Articles