Table: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== 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 stri..."
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
{{Software
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.
|Picture=table.png
|Version=1.2.0 (2001-08-08)
|Author=[[Goran Ivankovic]]
|License=GNU GPL
|Download=table120en.zip
}}
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).
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.


===Screenshot===
==Links==
[[image:table.png]]
* https://github.com/OS2World/UTIL-Table


==Download==
[[Category:Open Source Software]]
* [http://web.archive.org/web/20101109093333/http://www.os2world.com/goran/zip/table120en.zip (Version 1.2.0, 2001-08-08)]
 
==License==
Open Source under the GNU GPL License.
 
==Author==
[[Goran Ivankovic‎]]
 
[[Category: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.