pb with basic script : net send
[1/3] from: gcaradec::nymphea::fr at: 5-Feb-2002 17:18
Début de la session avec le serveur
if error? try [
view/offset layout [
backdrop 170.170.250
choice "dali" "orion" "klimt" "picasso" "vangogh"
msg: field "Ecrivez votre message..."
button "Envoyer" [ call "net send " choice/text
msg/text ]
across
button "Quitter" [ quit ]
return
] 300x300
] [ print "Impossible de se connecter au serveur." ] ; halt
Impossible to make this program to run correctly... could you help me ?
Gwen Caradec | NYMPHEA
[2/3] from: brett:codeconscious at: 6-Feb-2002 20:13
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.
[3/3] from: gcaradec:nymphea at: 6-Feb-2002 10:30
Thanks a lot ! Small beginner will grow ^_^
At 20:13 06/02/2002 +1100, you wrote:
>Bonjour Gwen,
>Two changes.
<<quoted lines omitted: 25>>
>[rebol-request--rebol--com] with "unsubscribe" in the
>subject, without the quotes.
Gwen Caradec | NYMPHEA
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted