我想把我的绳子剪成几行。我怎么能那样做?这是我要剪切的代码行(但它们仍在字符串中)。
sql = "INSERT INTO tblClientInfo (genClientID, fullName, address, comaker, colateral, atmPIN, principal, "
& "interest, principalInWords, terms, interestPerMonth, principalperMonth, totalPayment, interestPercentage, "
& " interestBal, principalBal, theDate, totalBal)"
此代码返回错误。连接或切割长字符串的正确方法是什么?