Login Page - Create Account

Support Board


Date/Time: Tue, 17 Feb 2026 13:21:22 +0000



Post From: String Compare function

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