Hi ! I know there is a way to convert underscores to spaces (spacify) but i need it the other way around is. There a function to convert spaces to underscores and if not how can i do it elseway? Any help would be appreciated! Ciao, Alex
On Thu, 11 Mar 1999, Alexander Schad wrote:
I know there is a way to convert underscores to spaces (spacify) but i need it the other way around is. There a function to convert spaces to underscores and if not how can i do it elseway?
<!--# var "_.string.replace(_['myvar'],'_',' ')"--> Pavlos
I know there is a way to convert underscores to spaces (spacify) but i need it the other way around is. There a function to convert spaces to underscores and if not how can i do it elseway?
I haven't tryed this but on pg 10 of DTML Users Guide check out: maketrans(FROM,TO) and translate(S,TABLE[, DELS]) it seems to do character for character translations. Phil A ------------------------------------------ Philip Aylesworth zopelist@regalint.com Regal International
participants (3)
-
Alexander Schad -
Pavlos Christoforou -
Philip Aylesworth