Conversion of Integer to text

GAURAV
Member Posts: 5
in a dataport i m using Filename property and the name of my file is date specific. So i m using DATE2DMY function which returns an integer value. Now I want to use this integer value and assign to FILENAME property in the C/AL code.
So please help me in converting the integer value returned from this function to text.
I m a fresher to navision.
Gaurav
So please help me in converting the integer value returned from this function to text.
I m a fresher to navision.
Gaurav
0
Answers
-
The FORMAT-functions serves to convert any datatype to text. You probably need something like this:
txtFileName := 'Some Name' + FORMAT(DATE2DMY(TODAY,3)) + FORMAT(DATE2DMY(TODAY,2)) + FORMAT(DATE2DMY(TODAY,1));
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I am using this to generate file name including year, month etc...
FileName := Path+FORMAT(CURRENTDATETIME,0,'<Year,2><Month,2><day,2><hour,2><minute,2>');
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions