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

Notification

Icon
Error

Options
Go to last post Go to first unread
HolyGrail  
#1 Posted : Monday, May 31, 2010 1:43:20 AM(UTC)
HolyGrail

Rank: Member

Groups: Registered, Registered Users
Joined: 5/27/2010(UTC)
Posts: 13
Location: Norton, Ohio

Since a Date() function doesn't exist (you gotta be kidding me...), I was looking to do this in an exploration column:
Year() & "-" & Month() & "-" & DayOfMonth()
The ampersand doesn't work for string concatenation, and I don't see in any help materials, posts or books where there even IS a string concatenation operator. Anyone got a piece of code that does this? TIA.
johnl  
#2 Posted : Monday, May 31, 2010 7:23:46 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

What are you trying to do that you think you need one?
HolyGrail  
#3 Posted : Tuesday, June 1, 2010 2:02:52 AM(UTC)
HolyGrail

Rank: Member

Groups: Registered, Registered Users
Joined: 5/27/2010(UTC)
Posts: 13
Location: Norton, Ohio

export the date of the exploration to excel in a ONE column fashion instead of using THREE (Y, M, D). Got an answer for this one?
vienna  
#4 Posted : Tuesday, June 1, 2010 6:56:43 AM(UTC)
vienna

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/14/2009(UTC)
Posts: 140
Location: Austria

DayOfMonth()+100*Month()+10000*Year();
Users browsing this topic
Guest (Hidden)
Similar Topics
dates in exploration (MetaStock)
by robcpettit 8/9/2005 8:19:52 AM(UTC)
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.