Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T83559
Change Details
Change Details
Old
New
Diff
_str = "Hello World!"; hintSilent (_str select [3]); //"lo World!" _arr = ["hello", "world", "you", "are", "wonderful"]; hintSilent str (_arr select [2]); //[] hintSilent str (_arr select [2, count _arr]); //["you", "are", "wonderful"]
_str = "Hello World!"; hintSilent (_str select [3]); //"lo World!" _arr = ["hello", "world", "you", "are", "wonderful"]; hintSilent str (_arr select [2]); //[] hintSilent str (_arr select [2, count _arr]); //["you", "are", "wonderful"]
Continue