Thread: Wraptext 2?
View Single Post
  #6  
Old 09-28-2005, 05:33 AM
Torankusu_2002 Torankusu_2002 is offline
'been round.
Torankusu_2002's Avatar
Join Date: Nov 2001
Posts: 1,246
Torankusu_2002 is on a distinguished road
Quote:
Originally Posted by napo_p2p
Ok, I think I know where you are getting at (correct me if I am wrong). You want to wrap the text of two separate strings, but want them put into separate string arrays? If so, GS2 makes that super easy.

PHP Code:
tokens1 wraptext2(zoomwidthdelimsString1);
tokens2 wraptext2(zoomwidthdelimsString2);
//Of course, edit the arguments 
Anyways, that would take String1 and String2, wrap their text and put it into 'tokens1' and 'tokens2', respectively.
Yes, this is what I was wanting confirmation on.

I had been told GS2 made it super easy because the problem had been ran into in the past.

So...now all I have to do is convert my whole GUI to GS2.
yay.
__________________
torankusu's
Reply With Quote