strings and integers? concat operator?

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: strings and integers? concat operator?
Apprentice
Member # 3517
Profile #0
Probably syntax, but it's probably easiest to give a short example of what I'm trying to do:

(note: ret,x,y variables already declared)

beginstate 41;
ret = get_text_response("Enter town number:");
x = get_text_response("Enter town number:");
y = get_text_response("Enter town number:");
if ((ret != "") && (x != "") && (y != "")) {
move_to_new_town(ret,x,y);
//should these be: >0 (integers)
}
break;

doesn't work!

For debugging purposes I've tried these
after above:

message_dialog(ret,"");
or
message_dialog(_ret_,"");

doesn't work!

Is this a strings/integers thing?
Any ideas?

Thanks,

mrb

P.S. Is there a concat operator?
Posts: 40 | Registered: Sunday, October 5 2003 07:00
Apprentice
Member # 3517
Profile #1
PLEASE IGNORE the above questions - all have been answered. :)
Posts: 40 | Registered: Sunday, October 5 2003 07:00