TextText.StartOn this pageText.Start ส่งกลับจุดเริ่มต้นของข้อความ Syntax Text.Start( text as text, count as number) as text Remarks ส่งกลับอักขระ count ตัวแรกของ text เป็นค่าข้อความ Examples Example #1 รับอักขระ 5 ตัวแรกของ "Hello, World" Text.Start("Hello, World", 5) Result: "Hello" Category Text.Extraction