| Macro name | Description | Last modification |
|---|---|---|
| abin2hex.vdm | reconvert binary output backto hex etc Converts a "binary" output (e.g. of Reg_Type(r, 8192)) into "hex", "decimal" or back to character. |
|
| inscolsa.vdm | column insert; which version is current? | |
| inscolsp-alt.vdm | column insert; which version is current? | |
| inscolsp.vdm | column insert; which version is current? | |
| inscolsr.vdm | column insert; which version is current? | |
| setdelim.vdm | column insert; which version is current? | |
| check-dpl.vdm | This macro checks a file for same number of delimiters per line. For example a CSV formatted file has a comma as delimiter between the fields in a line. |
|
| fix-ins1.vdm | fixed-length data helper: inserts dividing columns into fixed-length data via ruler line |
| Macro name | Description (Group: CSV divided to TAB) | Last modification |
|---|---|---|
| csv2tab.vdm | Converts CSV separated data into TAB separated data and sets VEDIT's TABs accordingly (Limited due to VEDIT's limitiations regarding number of TABs). |
|
| csv2tab-2.vdm | NOT YET READY!!! |
| Macro name | Description (Group: TAB divided to Fixed length) | Last modification |
|---|---|---|
| tab2fix.vdm | Converts TAB delimited data into fixed length data (Limited due to VEDIT's limitiations regarding number of TABs). Supports up to 32 TABs per line. |
|
| tab2fix-2.vdm | Converts TAB delimited data into fixed length data (limited due to VEDIT's limitiations regarding number of TABs). Experimental release with fewer restrictions. Supports up to 32 TABs per line. |
|
| tab2fix-3.vdm | Converts TAB delimited data into fixed length data. To workaround VEDITs current TAB-limitation it uses uniform TAB stops! Supports unlimited TABs per line. |
|
| tab2fix-4.vdm | Converts TAB delimited data into fixed length data. To workaround VEDITs current TAB-limitation it does the conversion manually (a bit slower). Supports up to 100 TABs per line. |
| Macro name | Description (Group: TAB handling) | Last modification |
|---|---|---|
| tableft.vdm | Reduce width of current "column" by decrementing all tabs to right (Ian Binnie) | |
| tabright.vdm | Expand width of current "column" by incrementing all tabs to right (Ian Binnie) |
| Macro name | Description (Group: convert) | Last modification |
|---|---|---|
| setupback1.vdm | dazu: setup-bsp.lst | |
| setupback2.vdm | dazu: setup-bsp.lst | |
| quicken.vdm |
| Macro name | Description (Group: Unicode) | Last modification |
|---|---|---|
| utf-ansi.vdm | UTF16-to-ANSI translation | |
| utf-check.vdm | check a file for being an UTF-16 file. Determine byte-order (endianess) | |
| utf16-1.zip | ||
| utf-8.vdm | Simple translation macro between ISO 8859 and UTF-8 (UNDER DEVELOPMENT!) | |
| utf-8.dat | Translation table used by UTF-8.vdm |