Table: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
|Picture=table.png
|Picture=table.png
|Version=1.2.0 (2001-08-08)
|Version=1.2.0 (2001-08-08)
|Vendor=
|Author=[[Goran Ivankovic]]
|Author=[https://github.com/OS2World/UTIL-Table Source Code Git]
|License=GNU GPL
|License=GNU GPL
|Download=[http://web.archive.org/web/20101109093333/http://www.os2world.com/goran/zip/table120en.zip Version 1.2.0 (2001-08-08)]
|Download=table120en.zip
[https://github.com/OS2World/UTIL-Table Source Code Git]
|Website=N/A
}}
}}
 
Table is a combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ASCII representations of a string. You can enter string to convert, or paste from Clipboard. The result can be copied to Clipboard or saved to file.
Table is combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ascii representations of a string. You can enter string to convert, or paste from Clipboard. Result can be copied to Clipboard or saved to file.
Table is available in English and Swedish (thanks to Björn Söderström).
Table is available in English and Swedish (thanks to Björn Söderström).


If you have two prepared system code pages you can switch between them and convert and display string.
If you have two prepared system code pages, you can switch between them and convert and display string.


Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx.
Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx.
==Links==
* https://github.com/OS2World/UTIL-Table


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 17:59, 16 December 2022

Table
Version 1.2.0 (2001-08-08)
Vendor
Author Goran Ivankovic
License GNU GPL
Download table120en.zip
Website

Table is a combination of an ASCII character code chart and a tool to convert and display binary, decimal, octal, hexadecimal and ASCII representations of a string. You can enter string to convert, or paste from Clipboard. The result can be copied to Clipboard or saved to file. Table is available in English and Swedish (thanks to Björn Söderström).

If you have two prepared system code pages, you can switch between them and convert and display string.

Source code is included. To modify source, you need DrDialog, a visual programming environment for Rexx.