![]() |
array of string
Hallo Leute ! Ich bins nochmal
Ich habe wieder ein Problem. Und zwar habe ich eine Funktion
Delphi-Quellcode:
der übergebe ich ein Array of String. zb
function makeParameter (params: array of String): String;
Delphi-Quellcode:
Ich möchte aber als Parameter einen Char Wer übergeben.
Self.makeParameter(['Hallo','Leute'])
zb.
Delphi-Quellcode:
Das funktioniert natürlich nicht.Gibt es ne Funktion das ich aus einem Charakter einen String mache?
var a:char;
a='b'; Self.makeParameter(['Hallo','Leute',a]) Danke für eure Hilfe Gruss valon |
Re: array of string
Hi,
versuchs mal mit
Delphi-Quellcode:
Gruß
String(a)
Stephan :dance: |
Re: array of string
Danke Stevie! Hat gefunzt!
gruss valon |
Re: array of string
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:14 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz