Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Functions and argv
Author Message
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #1
Functions and argv
Hello there,

it´s very difficult to explain so I will write down the code at first

[Function test]
f_test 1,what the hell,2

[FUNCTION f_test]
say <argv[0]>,<argv[1]>,<argv[2]>

it will not give me this one
1, what the hell, 2
it will gives me
1,what,0

finish.

to put the text in a "what the hell" will not work, too.

So how to do it?

gr

Phoenix
08-03-2012 06:24 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Functions and argv
Uhm i have copied and pasted your script and i got the right result

1,what the hell,2

Maybe you have other functions called test/f_test ?
(This post was last modified: 08-03-2012 06:34 AM by darksun84.)
08-03-2012 06:33 AM
Find all posts by this user Like Post Quote this message in a reply
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #3
RE: Functions and argv
no, I forgot to leave the " "
works Smile
stupid phoenix Smile

Thanks
08-03-2012 03:45 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)