Support Board
Date/Time: Wed, 22 Jan 2025 00:30:30 +0000
Post From: String Compare function
[2018-08-22 14:16:58] |
Marmany - Posts: 307 |
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"); |