Learn Delphi Programming | Unit 10.10 | Challenge 2 | Programming the Delete() Procedure in Delphi

preview_player
Показать описание
Learn Delphi Programming | Unit 10.10 | Challenge 2 | Programming the Delete() Procedure in Delphi

This lesson is part of a series of lessons, covering String variables.

Learn how to use String functions to process and manipulate values in String variables in a new Delphi project. We explored the following String functions and Procedures in previous lessons: Length, Concat, IntToStr, UpperCase, LowerCase, Trim, Copy, Insert.

In this lesson we explore the Delete Procedure.

Enjoy concise, easy-to-understand video lessons that even a child can follow.
- visual, animated explanations;
- step-by-step, line-by-line walkthroughs;
- theory, demo's, exercises, challenges;
- regular new lessons;
- implementation of best practices;
- useful to students and teachers;
(also to non-Patreon supporters [delayed]);

Thanks to Nathan Smith for the background music. He is a very talented guitarist, performer, artist and good friend. Please, follow and support him.

Рекомендации по теме
Комментарии
Автор

I'm happy to say I got both challenges right (with no cheating). Not bad for this 65 year-old brain.

drpatt
Автор

Let me ask you a solution for this example: This is my string 'home, home2'. I need to replace 'home' with 'one' and 'home2' with 'two'. ReplaceString will gìve me baci the following string: 'one, one2'.

starkwedder
visit shbcf.ru