L
laredotornado
Hi,
If have a scalar that is a list of values, separated by commas,
examples are
$s = "ab,cd,15"
$s = "ci29s"
$s = "!!!,?????,xxxxx,yy,102"
My question is, how do I take the above list and add apostraphes around
each value in the scalar? The aboev examples would then look like
$s = "'ab','cd','15'"
$s = "'ci29s'"
$s = "'!!!','?????','xxxxx','yy','102'"
Thanks for your help, - Dave
If have a scalar that is a list of values, separated by commas,
examples are
$s = "ab,cd,15"
$s = "ci29s"
$s = "!!!,?????,xxxxx,yy,102"
My question is, how do I take the above list and add apostraphes around
each value in the scalar? The aboev examples would then look like
$s = "'ab','cd','15'"
$s = "'ci29s'"
$s = "'!!!','?????','xxxxx','yy','102'"
Thanks for your help, - Dave