Support Board
Date/Time: Fri, 16 May 2025 07:54:09 +0000
Post From: String Compare function
[2018-08-22 14:16:58] |
Marmany - Posts: 309 |
Richard, this example in Studies.cpp line 5673- should help you with the code: SCString Message; int ReturnValue; Message.Format("This here is a Test"); ReturnValue = Message.CompareNoCase("This is a test"); |