DateFormula := Format(Text) hit error :(

teckpohteckpoh Member Posts: 271
DateFormula can formatted as Text, WHY text cannot format to DateFormula.

Hi All,
let say i hv 2 variable:
var1 = DateFormula
var2 = Text
SO var2 := Format(var1) THEN ok no compiler error
BUT var1 := Format(var2) THEN i hit an error msg said can't invalid type.

How to format text to DateFormula????? any advise~~~thank's in advance

Answers

Sign In or Register to comment.