Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Include .txt Only value

Hej

Got this sequence in the script:

tbl_T:

Load

     Today() as Today

Autogerenate(1);

Store * From tbl_T Into TheToday.txt (txt);

Problem is that I only want the txt to contain the value, not the field name.

Any ideas?


1 Solution

Accepted Solutions
tresesco
MVP
MVP

Would variable be an option? Like:

Let vToday=Today();

View solution in original post

1 Reply
tresesco
MVP
MVP

Would variable be an option? Like:

Let vToday=Today();