Buba Newbie
Joined: 01 May 2002 Posts: 0
|
Posted: Fri Mar 29, 2002 9:48 pm
using ; to break commands and databases |
i have this...
#pr templink "Enter Directions to Link, If none leave Blank, Seperate Directions with a Blank, Like e w s"
@templink = %replace( @templink, " ", ";")
#addkey link @templink
&link
but when it sends &link from the database it sends it like e;s;w keeping the ;'s in it instead of parsing them out and sending one command at a time, what am i doing wrong here? |
|