logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
analyst1012  
#1 Posted : Tuesday, February 1, 2011 1:48:21 AM(UTC)
analyst1012

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
wabbit  
#2 Posted : Tuesday, February 1, 2011 2:40:46 AM(UTC)
wabbit

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]

vienna  
#3 Posted : Tuesday, February 1, 2011 3:59:45 AM(UTC)
vienna

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.