InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Translate Table And Prompt Table? |
|
Answer» There are few differences between Translate tables and prompt tables. 1. Translate tables have a MAX LENGTH of 4 CHAR for each ELEMENT. However, prompt table elements have no such limitation. 2. There can be only 30 entries in a translate table. Whereas prompt table can have n number of entries. There are few differences between Translate tables and prompt tables. 1. Translate tables have a max length of 4 char for each element. However, prompt table elements have no such limitation. 2. There can be only 30 entries in a translate table. Whereas prompt table can have n number of entries. |
|