07-04-2008, 03:25 PM
Hi, need some help again lol
If i have a function with this..
Function 1:
str Name
if(!inp(Name "Enter your First Name here" " RudeBoi's Rapid Caddy" "Enter Your Name")) ret
rset Name "DialogHello" "\Tyler"
In a new function how would i rget but use in a string?
str hello
hello="Hi,"
hello+rget "DialogHello" "\Tyler"
out hello
I Know that doesn't work, but thats what i want it to do
so it ends up Hi,Tyler in the out box
If i have a function with this..
Function 1:
str Name
if(!inp(Name "Enter your First Name here" " RudeBoi's Rapid Caddy" "Enter Your Name")) ret
rset Name "DialogHello" "\Tyler"
In a new function how would i rget but use in a string?
str hello
hello="Hi,"
hello+rget "DialogHello" "\Tyler"
out hello
I Know that doesn't work, but thats what i want it to do
so it ends up Hi,Tyler in the out box
