This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- COMMON.CPP: - Changed strCase() function. Now apply changes on current string instead of create new ones and return it. - Added strTrim() function to remove all spaces from start and from the end of the current string (keep internal spaces). - Added strReplace() function to replace characters in current string. - INPUT.DLL: - All functions that get input string as argument, clean string value with strUpr(), strTrim() and strReplace() (replace all inner spaces by '_' character). - Recompile all DLLs.
- Loading branch information
José Miguel Sánchez Fernández
committed
May 25, 2020
1 parent
a12668d
commit eead766
Showing
6 changed files
with
118 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.