kubabuk Posted May 11, 2007 Share Posted May 11, 2007 Hi, How can I create arrays in hscript? thanks kuba Quote Link to comment Share on other sites More sharing options...
Jason Posted May 11, 2007 Share Posted May 11, 2007 Hi,How can I create arrays in hscript? thanks kuba You cant But if your elements would be numbers or single words, you use a string sometimes, and use the arg() expression to grab out elements: set x = "55.55 12.45 99.87" echo "element two is : " + `arg($x,1)` ... make sense? Python is coming.. hold tight! Quote Link to comment Share on other sites More sharing options...
kubabuk Posted May 11, 2007 Author Share Posted May 11, 2007 BIG thanks Jason, that is a very nice workaround for my problem. cheers kuba Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.