提供小吳 VBQA 包含VB6,VB 2003,VB 2005,VB 2008,VB 2010,2013,2015
,2019,VB.NET,Visual Studio,Visual Basic,程式設計,C#,ASP.NET , Windows From , SQL Server , Crystal Report,VBA,HTML,網頁設計,微軟,98,XP, API ,KB .
Right 函數(編號:1011)
請問一下, 在一個檢查路徑是否為根目錄的過程中使用 了 Right() 這個函數, 為何會出現 "必須是陣列"的錯誤? If Right(File1.Path,1) <> "\" Then ret = File1.Path + "\" + FileName Else ret = File1.Path + FileName End If