Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
/* Build First Prompt */ title = "Map Key - Key Combination" prompt = "Enter Key Combination: (Example A-C-x (Alt-Ctrl-Key))"
'set lineread.title' title 'set lineread.prompt' prompt
/* Display Prompt */ lineread 9 "A-C-x"
/* Check to Confirm Entry */ if lastkey = 'ESC' then return
if lastline = "" then return
title = "Map Key - Command Name" prompt = "Enter Command"
'set lineread.title' title 'set lineread.prompt' prompt
/* Display Prompt */ lineread 100 "Enter Command Here"
/* Check to Confirm Entry */ if lastkey = 'ESC' then return
if lastline = "" then return
From: Vern Hamberg <vhamberg@xxxxxxxxxxxxxxxxxxxxxxxxx> Reply-To: CODE/400 Discussion & Support <code400-l@xxxxxxxxxxxx> To: code400-l@xxxxxxxxxxxx Subject: Reformat macro? Date: Fri, 20 Jun 2003 11:42:46 -0500
Y'all
Is there a macro or built-in function that will reformat source lines? I need it for editing UIM help. I want to avoid a lot of manual steps using ALT-S and ALT-J and keeping track of record length.
It'd need to break the selected lines at word breaks.
I can do this easily in TextPad. Probably other editors can, too.
TIA
Vern
_______________________________________________ This is the CODE/400 Discussion & Support (CODE400-L) mailing list To post a message email: CODE400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/code400-l or email: CODE400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/code400-l.
NOTE: WDSc for iSeries disucssion has it's own mailing list.
Information can be found at http://lists.midrange.com/cgi-bin/listinfo/wdsc-l
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.