Hi,
i have a string and a avalue like below.
Dim sTemp as String="GWIWJF+TheSansSemiBold-Plain
16 dict begin
/FontName /GWIWJF+TheSansSemiBold-Plain_00 def
/FontType 1 def"
i need to replace the first line of this string, without looping is there any way to do this.
sTemp = "16 dict begin
/FontName /GWIWJF+TheSansSemiBold-Plain_00 def
/FontType 1 def"

