Choose Character From String In Delphi

[Solved] Choose Character From String In Delphi | Swift - Code Explorer | yomemimo.com
Question : choose character from string in delphi

Answered by : uranium235

var	sA : String; cA : Char;
sA := 'Name';
cA := A[1]; //This selects the first letter of your string

Source : | Last Update : Sun, 16 Aug 20

Answers related to choose character from string in delphi

Code Explorer Popular Question For Swift