PaidtheUmpire
Programmer
I want to create a "case"-like statement which would look something like this...
<code>Case OutputType.Text if
'KML - GoogleEarth' : GoogleEarthLine;
'XXX - Other' : OtherLine;</code>
Otherwise i might need a large amount of the following...
<code>If OutputType.Text = 'KML - GoogleEarth'
then GoogleEarthLine;</code>
Any ideas?
Delphi, Delphi, Delphi. Oi! Oi! Oi!
<code>Case OutputType.Text if
'KML - GoogleEarth' : GoogleEarthLine;
'XXX - Other' : OtherLine;</code>
Otherwise i might need a large amount of the following...
<code>If OutputType.Text = 'KML - GoogleEarth'
then GoogleEarthLine;</code>
Any ideas?
Delphi, Delphi, Delphi. Oi! Oi! Oi!