Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Whats the dif between \&date and &date in record def

Quote Reply
Whats the dif between \&date and &date in record def
I wanted to "require" my dbman and links record formats from one file. I would like to know if any one knows of a problem with doing this so I do not have to update different files as they both use the same database and fields.

My other question is that I would like to know what the difference in between the &date and \&date in the field descriptions of links and dbman. Smile


Date => [8, 'date', 15,15, 1, &get_date, ''],
_________

Date => [3, 'date', 15, 15, 1, \&get_date, ''],

Basically the question is, what does the "\" do for us in the latter.

TimRyan

Subject Author Views Date
Thread Whats the dif between \&date and &date in record def timryan 2608 Sep 4, 1999, 7:50 AM
Post Re: Whats the dif between \&date and &date in record def
DanO 2342 Sep 4, 1999, 10:12 AM
Post Re: Whats the dif between \&date and &date in record def
timryan 2351 Sep 4, 1999, 11:43 AM
Post Re: Whats the dif between \&date and &date in record def
DanO 2339 Sep 5, 1999, 8:49 AM
Post Re: Whats the dif between \&date and &date in record def
pugdog 2341 Sep 6, 1999, 9:43 PM