- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to transform in DF98 an integer to a string variable (analogy itoa in C)?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this:
You can use READ to inverse this.
Regards,
Sabalan.
Character StringVar*x
Integer IntegerVar
WRITE(StringVar,'(I)') IntegerVar
You can use READ to inverse this.
Regards,
Sabalan.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page