Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 12/3/2007(UTC) Posts: 18 Location: Singapore
|
Hi All,
Is there a function to concatenate values in metastock.
For ex: Dayofmonth() & "/" & Month()
I searched a lot, but could'nt get a hint. Many thanks for any ideas or help.
Regards, SNVK
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
You cant.
MS doesn't deal with strings and text, only numbers.
wabbit [:D]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
if your example is what you want to do - (you can not concat strings, but) you can calculate:
x:=Dayofmonth()+100*Month();
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.