Bonjour Gwen,
Two changes.
1) f_choice: choice....
2) Call join...
Modified script:
if error? the-err: try [
view/offset layout [
backdrop 170.170.250
f_choice: choice "dali" "orion"
msg: field "Ecrivez votre message..."
button "Envoyer" [
call join "net send " [
f_choice/text
" "
mold msg/text
]
]
across
button "Quitter" [quit]
return
] 300x300
] [
print "Impossible de se connecter au serveur."
]
Brett.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.