TextText.CleanOn this pageText.Clean ส่งกลับค่าข้อความโดยลบอักขระควบคุมทั้งหมด Syntax Text.Clean( text as text) as text Remarks ส่งกลับค่าข้อความโดยลบอักขระควบคุมทั้งหมด text ตัว Examples Example #1 ลบอักขระเลื่อนและอักขระควบคุมอื่นๆ ออกจากค่าข้อความ Text.Clean("ABC#(lf)D") Result: "ABCD" Category Text.Transformations