FORMULA LANGUAGE
Examples: @Word
1. This example returns Collins,.
@Word("Larson, Collins, and Jensen"; " " ; 2)
2. This example returns Collins,:Marketing,.
@Word("Larson, Collins, and Jensen":"Sales, Marketing, and Administration";" ";2)
3. This example returns M.; here, the specified separator is the comma. The string contains 3 words: Larson, James, and M.
@Word("Larson,James,M.";",";3)
4. This example returns Larson if James Larson is the name associated with the current user ID. It returns M. if James M. Larson is the name associated with the current user ID.
@Word(@Username;" ";2)
5. This example returns Larson if James Larson is the name associated with the current user ID. It also returns Larson if James M. Larson is the name associated with the current user ID.
@Word(@Username;" ";-1)
Vedere anche
@Word
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario