Login Page - Create Account

Support Board


Date/Time: Fri, 08 May 2026 06:59:02 +0000



Post From: String Compare function

[2018-08-22 14:16:58]
Marmany - Posts: 316
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");