CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
PSCRemoveStringsPartEx

PSCRemoveStringsPartEx procedure

Removes a specified part of combined string in all items of given list.

procedure PSCRemoveStringsPartEx(Const Strings: IPSCStrings; Const Separator: String; NamePart: Boolean);

Unit
myla_system

Description
The PSCRemoveStringsPartEx procedure removes a name part (NamePart is True) or a value part (NamePart is False) of combined strings ('Name=Value') in all items of the Strings list.
Example: Separator = '=', NamePart = True
Before: Strings[0] = 'AppPath=C:\PSOFT'
After: Strings[0] = 'C:\PSOFT'
Example: Separator = '.', NamePart = False
Before: Strings[5] = 'TObject.Create'
After: Strings[5] = 'TObject'

See also:
PSCRemoveStringsPart


Generated by Putersoft.FreeHelp. Copyright © 1999-2002. puterSoft.Com
You are reading help file online using chmlib.com


If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com