主页 >
参考 >
函数参考 >
文本函数 >
Exact
Exact
Exact(“McDonald”;“McDonald”) 返回“
1”(True)。
Exact(“McDonald”;“MCDONALD”) 返回“
0”(False)。
Exact(Upper(“McDonald”);Upper(“MCDONALD”)) 返回“
1”(True)。
Exact(“John”;“John ”) 返回“
0”(False)。
当 BillTo 中的值与 ShipTo 中的值相同时,Exact(BillTo;ShipTo) 返回“
1”(True)。
当“收件人”包含“JOHNSON”时,Exact(收件人;Upper(收件人)) 返回“
1”(True)。
当“国家”字段中包含“西班牙”时,Exact(国家;“西班牙”) 返回“1”(True)。