LotusScript LanguageI-LExample: LeftC functionExample: LeftC function'Extracts the leftmost 6 Thai columns from a string.Leftc("XXXxxxXXXxxxXxXxxXxxX", 6)'Returns "xxXxxX"