- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a library I can import in VF that will allow me to convert characters to strings? I don't want ANSII values. I want integer values (something similar to the ATOI() function in C++).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use an internal READ, such as
READ (string, '(i)') int
You can substitute a more appropriate format if applicable, and add error handling.
James
READ (string, '(i)') int
You can substitute a more appropriate format if applicable, and add error handling.
James

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