Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Verilen iki listeyi birleştirir ve tek liste haline dönüştürür.

Örnek 1:

<P N="Liste1" V="[10,5,20]" />
<P N="Liste2" V="[12,16,18]" />
<P N="Liste3" V="concat(Liste1,Liste2)" />

Liste3 parametresi aşağıdaki gibi dönüşür

Liste3=[10,5,20,12,16,18]


Örnek 2:

<P N="Liste1" V="[[10,5],[20,15]]" />
<P N="Liste2" V="[[12,14],[16,18]]" />
<P N="Liste3" V="concat(Liste1,Liste2)" />

Liste3 parametresi aşağıdaki gibi dönüşür

Liste3=[[10,5],[20,15],[12,14],[16,18]]

  • No labels