Explore - Export to text |
Post Reply ![]() |
Author | |
Lymmman ![]() Groupie ![]() Joined: 29-September-2016 Points: 4 |
![]() ![]() ![]() ![]() ![]() Posted: 30-September-2016 at 7:18am |
When I export to a text file I find that the PLSQL that has long text lines is cut off and copied to the text file over two lines:
Typical, see below, the word 'cable' is split over two lines 0011:BEGIN 0012: 0013: stat := false; 0014: open c_routes; 0015: fetch c_routes into dummy; 0016: if c_routes%found then 0017: stat := true; 0018: end if; 0019: close c_routes; 0020: 0021: if stat then 0022: ceg_alert('FAIL','Cables routes exist for this cabl e - unable to delete'); 0023: end if; 0024: 0025:END; Is there any way to get the program to write the text on one line ? |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |